Skip to content

Commit

Permalink
add lint fails
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kuznetsov <[email protected]>
  • Loading branch information
jsvapiav committed Feb 19, 2024
1 parent 53b1a3e commit 20366ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Check .nix formatting
run: nix fmt -- --fail-on-change || echo "nix fmt fails"
- name: Check reuse lint
run: nix develop --command reuse lint
run: nix develop --command reuse lint || echo "lint fails"
- name: Check nix flake show runs successfully
run: nix flake show

0 comments on commit 20366ba

Please sign in to comment.