https://github.com/samirez/github-actions-katas
https://github.com/samirez/github-actions-katas
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samirez/github-actions-katas
- Owner: Samirez
- License: mit
- Created: 2023-08-16T08:24:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T09:28:39.000Z (almost 3 years ago)
- Last Synced: 2023-08-16T09:59:34.460Z (almost 3 years ago)
- Language: Java
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Actions katas
## Introduction
This repository contains a set of exercises to learn Github Actions.
### Exercises
* [Setup](./labs/setup.md)
* [Hello World](./labs/hello-world-pipeline.md)
* [Workflow with containers](./labs/workflow-with-containers.md)
* [Extending the Pipeline](./labs/extend-pipeline.md)
* [Storing Artifacts](./labs/storing-artifacts.md)
* [Building Docker images](./labs/docker-image.md)
* [Systems test](./labs/systems-test.md)
* [Seperate your workflow](./labs/workflow.md)
* [Selfhosted runners](./labs/selfhosted-runner.md)
* [Pull Request based workflow](./labs/pr-workflow.md)
* [Build app on multiple environments](./labs/matrix-builds)
* [Reusing build cache ](./labs/build-cache.md)
## Resources
* [Understand a workflow file](https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions#understanding-the-workflow-file)
* [List of starter workflow files for many different languages](https://github.com/actions/starter-workflows/tree/main/ci)
* [A curated list of awesome things related to GitHub Actions](https://github.com/sdras/awesome-actions)