Compare commits
3 commits
6cbfe33ee7
...
c893edf5b9
Author | SHA1 | Date | |
---|---|---|---|
c893edf5b9 | |||
3e8afe8672 | |||
9c44dbc28f |
1 changed files with 2 additions and 0 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -44,5 +44,7 @@ jobs:
|
|||
uses: DeterminateSystems/nix-installer-action@main
|
||||
- name: Check Nix flake inputs
|
||||
uses: DeterminateSystems/flake-checker-action@v4 # This action
|
||||
with:
|
||||
fail-mode: true
|
||||
- name: Build nvim
|
||||
run: nix build .\#default
|
||||
|
|
Loading…
Reference in a new issue