This repository contains examples for github action workflows.
- what are github actions?
- structure of a github action
- creating first github action - hello world
- executing javascript in github action
- workflow context
- passing data between steps
- example - creating comments on issues
- example - creating labels on issues
- example - deploying website
- example - deployment preview for pull requests
- example - linting check for pull requests
- example - formatting check for pull requests
- example - build size compare for pull requests