Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update .github/workflows/fix_lint.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Cloke <[email protected]>
  • Loading branch information
erikjohnston and clokep authored Nov 29, 2023
1 parent 72d9699 commit 8f04289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fix_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Semantic checks (ruff)
continue-on-error: true
run: poetry run ruff .
run: poetry run ruff --fix .

- run: cargo clippy --all-features --fix -- -D warnings
continue-on-error: true
Expand Down

0 comments on commit 8f04289

Please sign in to comment.