Skip to content

Commit

Permalink
fixup! fixup! fixup! Add a CI check for the CI source files
Browse files Browse the repository at this point in the history
  • Loading branch information
Théophane Hufschmitt committed Jun 5, 2024
1 parent 6867747 commit 72c9a04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/check-up-to-date-action-files.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/check-up-to-date-generated-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Check that the file generated by Organist are up-to-date
run: |-
nix run .#regenerate-files -L
git diff --exit-code
git diff --exit-code && echo "All files up-to-date ✅"
on:
push: {}

0 comments on commit 72c9a04

Please sign in to comment.