mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
check it builds before commiting the modified flake
This commit is contained in:
parent
9db9db5421
commit
3db9206276
3
.github/workflows/update-flake-lock.yml
vendored
3
.github/workflows/update-flake-lock.yml
vendored
@ -16,6 +16,9 @@ jobs:
|
||||
- name: update flake.lock
|
||||
run: |
|
||||
nix flake update
|
||||
- name: check it builds
|
||||
run: |
|
||||
nix build
|
||||
- name: commit changes
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user