#github-actions-1
Read more stories on Hashnode
Articles with this tag
In this blog post, I share tips on how to use GitHub actions most efficiently and avoid unnecessary execution time and money spending. I assume you...
Nearly all GitHub Action workflows need to checkout a Git repository at a particular version. If you still use actions/checkout@v2, it is time to...
GitHub does not yet provide a public GitHub action virtual environment for macOS 12 with Xcode 13.3 but this should not stop you! Fill out this form...
This blog post is for you if You are using GitHub actions and workflows for CI/CD You don't know how to use a Swift command-line tool in a GitHub...
What are binary frameworks in Swift Apple introduced a new way of building and distributing binary frameworks with Xcode 11. The new XCFramework...
I am an avid fan and user of GitHub Actions. Actions are individual tasks that you can combine to create jobs and customize your CI/CD workflow. You...