Skip to content

Commit

Permalink
ci: Ensure the generated files are added to git
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Oct 15, 2023
1 parent 68dbb82 commit c6946c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Check the output
run: |
nix flake check
git add ./generated
nix eval .#data --json | jq
- name: Prevent flake.lock from being committed
Expand Down

0 comments on commit c6946c4

Please sign in to comment.