ci: allow style checks to fail
This commit is contained in:
parent
a2f24f4591
commit
29516dc3d8
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
- name: Check ${{ matrix.check }}
|
||||
# Depends on nixos/nix#7759 to simply `nix flake check`
|
||||
run: nix run .#checks.$(nix eval --raw --impure --expr "builtins.currentSystem").${{ matrix.check }}
|
||||
continue-on-error: true
|
||||
|
||||
build-and-update:
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user