lean4-htt/.github/workflows
Joachim Breitner f8edf452de
chore: CI: add actionlint action, fix actions (#3156)
I keep messing things up, so time for some guard rails, so check them
using
[actionlint](https://github.com/raven-actions/actionlint).

This also runs [shellcheck](https://www.shellcheck.net/) on the files.
Shellcheck
is a bit picky about putting double quotes around variables, and will
flag many
cases where we know it’s safe, but why not simply always write the safer
variant.

Unfortunately, actionlint does not (yet) check `actions/github-script`
scripts, which is
unfortunate. Maybe they will in the future
(https://github.com/rhysd/actionlint/issues/389)
2024-01-15 17:53:04 +00:00
..
actionlint.yml chore: CI: add actionlint action, fix actions (#3156) 2024-01-15 17:53:04 +00:00
backport.yml chore: CI: add backport action 2023-09-25 11:33:14 +02:00
ci.yml chore: CI: add actionlint action, fix actions (#3156) 2024-01-15 17:53:04 +00:00
labels-from-comments.yml chore: CI: update github-script (#3002) 2023-12-01 08:39:51 +00:00
nix-ci.yml chore: Netlify deployment for manual (#3138) 2024-01-04 18:07:46 +00:00
pr-release.yml chore: CI: add actionlint action, fix actions (#3156) 2024-01-15 17:53:04 +00:00
pr-title.yml chore: CI: update github-script (#3002) 2023-12-01 08:39:51 +00:00
stale.yml chore: activate stale PR labeler 2023-09-20 09:18:46 +02:00
update-stage0.yml chore: allow updating stage0 via workflow_dispatch (#3052) 2023-12-14 22:46:32 +00:00