We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dae168 commit f66650aCopy full SHA for f66650a
.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