ci: allow style checks to fail

This commit is contained in:
xeals 2023-02-23 13:36:40 +11:00
parent a2f24f4591
commit 29516dc3d8
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -18,6 +18,7 @@ jobs:
- name: Check ${{ matrix.check }} - name: Check ${{ matrix.check }}
# Depends on nixos/nix#7759 to simply `nix flake check` # Depends on nixos/nix#7759 to simply `nix flake check`
run: nix run .#checks.$(nix eval --raw --impure --expr "builtins.currentSystem").${{ matrix.check }} run: nix run .#checks.$(nix eval --raw --impure --expr "builtins.currentSystem").${{ matrix.check }}
continue-on-error: true
build-and-update: build-and-update:
strategy: strategy: