About GitHub Actions¶
As the website of GitHub Actions mentions:
Quote
GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work the way you want.
How and why do we use GitHub Actions¶
We use GitHub Actions for CI/CD integrations. The CI/CD pipelines are defined using the GitHub Actions syntax that can be found in the .github
directory.
Access GitHub Actions¶
Access the Swiss AI Center's GitHub Action at https://github.com/swiss-ai-center/core-engine/settings/actions.
Configuration¶
Access GitHub Actions page for configuration.
Resources and alternatives¶
These resources and alternatives are related to the current item (in alphabetical order).
None at the moment.