Twitter: @Chris_L_Ayers Mastodon: @Chrisayers@hachyderm.io LinkedIn: - chris-l-ayers Blog: https://chris-ayers.com/ GitHub: Codebytes
GitHub uses YAML for workflows
Demo: Online Parser
.github/workflows
https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
runs-on
ubuntu-latest
nektos/act
.github/dependabot.yml
version: 2 updates: # See documentation for possible values - package-ecosystem: "github-actions" # Location of package manifests directory: "/" schedule: interval: "weekly"
Zelda: type: pit bull favoriteThings: - treats - naps - belly rubs toys: [bone, doll]
act -W .github/workflows/02-basic-multiple-jobs-needs.yml
Needed for mermaid, can be anywhere in file except frontmatter