infrastructure/.forgejo/workflows/check-workflows.yaml

17 lines
341 B
YAML
Raw Permalink Normal View History

jobs:
check_workflows:
runs-on: nix
steps:
- uses: actions/checkout@v3
- name: Check that the workflows are up to date
run: nix-shell -A check-workflows --run '[ $(git status --porcelain | wc -l)
-eq 0 ]'
name: Check workflows
2024-11-19 00:53:33 +01:00
on:
pull_request:
branches:
- main
push:
paths:
- workflows/*