An open API service indexing awesome lists of open source software.

https://github.com/samirez/github-actions-katas


https://github.com/samirez/github-actions-katas

Last synced: over 1 year ago
JSON representation

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)