https://github.com/ssciwr/github-actions-course-example
https://github.com/ssciwr/github-actions-course-example
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssciwr/github-actions-course-example
- Owner: ssciwr
- License: mit
- Created: 2022-01-13T09:57:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T09:28:45.000Z (8 months ago)
- Last Synced: 2025-04-01T13:43:15.566Z (6 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is the example repository for the SSC course "Continuous Integration with GitHub Actions".
It contains a rather simple, no-op Python package.
There is a number of branches. Switching between then allows you to skip over parts of the material:
* `main` is the starting point of the course. It only contains the no-op Python package.
* `hello-world` adds a workflow that prints Hello World upon push to any branch
* `triggering-conditions` shows what events can trigger workflows
* `job-steps` goes into the details of how to specify what should be done in a workflow
* `variability` shows how combinatoric jobs can be defined