We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dae168 + f66650a commit 93de631Copy full SHA for 93de631
.github/workflows/tests.yml
@@ -72,4 +72,4 @@ jobs:
72
override: true
73
- run: rustup component add rustfmt
74
- run: |
75
- /bin/bash -c "find src -type f | grep -v auto_bindings | xargs rustfmt --check"
+ /bin/bash -c "find src -type f | grep -v auto_bindings | grep -v lib | xargs rustfmt --check"
0 commit comments