Skip to content

Commit

Permalink
Merge pull request #1678 from scpwiki/locale-lint
Browse files Browse the repository at this point in the history
Avoid false positive lint failures (2)
  • Loading branch information
emmiegit authored Oct 30, 2023
2 parents f73181a + 5875ed9 commit c487a33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/locales.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ jobs:
run: cd ftml && cargo fmt --all -- --check

- name: Clippy
run: cd ftml && cargo clippy --no-deps
run: cd ftml && cargo clippy --no-deps -- -A unused_imports

# See deepwell.yaml for explainer on unused_import.

0 comments on commit c487a33

Please sign in to comment.