mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
renamed bump flake lock and added flake check
This commit is contained in:
parent
81fb4e74de
commit
409cdbb9de
|
@ -1,4 +1,4 @@
|
||||||
name: Bump flake.lock
|
name: Update flake.lock
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -17,7 +17,11 @@ jobs:
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@v20
|
- uses: cachix/install-nix-action@v20
|
||||||
|
|
||||||
- run: nix flake update
|
- name: Update inputs in flake.nix
|
||||||
|
run: nix flake update
|
||||||
|
|
||||||
|
- name: Check if flake.nix still evaluates
|
||||||
|
run: nix flake check
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
Loading…
Reference in a new issue