Skip to content

Commit

Permalink
ci(actions): Lint source file generation templates but don't recurse …
Browse files Browse the repository at this point in the history
…modules
  • Loading branch information
alerque committed Nov 4, 2023
1 parent 0b4071a commit 29bf28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_lint.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Run rustfmt
run: |
git ls-files '*.rs' | xargs rustfmt --check
git ls-files '*.rs' '*.rs.in' | xargs rustfmt --check --config skip_children=true
clippy:
strategy:
Expand Down

0 comments on commit 29bf28e

Please sign in to comment.