Skip to content

Commit

Permalink
update backend linting action
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikks authored Feb 8, 2025
1 parent b328ea4 commit 51e0810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
components: rustfmt, clippy

- name: Run formatter
run: cargo fmt --manifest-path backend/Cargo.toml --check
run: cargo fmt --manifest-path backend/Cargo.toml --all -- --check

- name: Run clippy
run: cargo clippy --manifest-path backend/Cargo.toml

0 comments on commit 51e0810

Please sign in to comment.