Skip to content

Commit

Permalink
fix(ci): fix Ruff action ignoring changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Dec 13, 2023
1 parent 5218883 commit c1ca497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- uses: cachix/install-nix-action@v24
- name: "Check Ruff lints"
if: steps.changed-files.outputs.any_changed == 'true'
run: nix run 'nixpkgs#ruff' -- check . --output-format=github ${{ steps.changed-files.outputs.all_changed_files }}
run: nix run 'nixpkgs#ruff' -- check --output-format=github ${{ steps.changed-files.outputs.all_changed_files }}

0 comments on commit c1ca497

Please sign in to comment.