Skip to content

Commit

Permalink
chore(ci): change globstar to xargs
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 committed Jul 25, 2023
1 parent d57da2c commit 269819b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
with:
toolchain: nightly
profile: default
- run: |
shopt -o globstar
rustfmt +nightly ./**/*.rs --check
- run: git ls-files | grep -P '.*\.rs$' | xargs rustfmt +nightly --check
lint:
name: clippy lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 269819b

Please sign in to comment.