How to, TipsAndTricks

How to automatically detect issues in your YAML file with GitHub Actions

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically detect issues in your YAML file with GitHub Actions. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create… Lire la suite How to automatically detect issues in your YAML file with GitHub Actions

C++, How to, Programming

How to specify your Xcode version on GitHub Actions

Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to specify your Xcode version on GitHub Actions. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create some for your… Lire la suite How to specify your Xcode version on GitHub Actions

Formatting

Formatting Cpp, C, Javascript And Other Stuff

Hello dear reader, if you ever came to this article wondering if you should format your code, you can stop reading right now, and go check my other post on that topic. But if you are convinced that code should be formatted, and automatically formatted, first of all welcome 🙂 this post is made for… Lire la suite Formatting Cpp, C, Javascript And Other Stuff