Sheet 06 · /tools/github-actions
GitHub Actions
Published automations that use GitHub Actions.
https://github.com/features/actions
Fail the build when published content stops being valid
A CI step parses every code snippet a site publishes using the real tool for its declared format, so a snippet that stops being valid breaks the build instead of sitting published and wrong.
Build, test and deploy on every push to main
A GitHub Actions workflow installs, tests and builds on every push to main and then runs one publish step, cancelling an older run when a newer push arrives.