Skip to content

Commit f66650a

Browse files
committed
Ignore lib.rs in rustfmt step, as it refers to the
auto_bindings.rs.
1 parent 5dae168 commit f66650a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
override: true
7373
- run: rustup component add rustfmt
7474
- run: |
75-
/bin/bash -c "find src -type f | grep -v auto_bindings | xargs rustfmt --check"
75+
/bin/bash -c "find src -type f | grep -v auto_bindings | grep -v lib | xargs rustfmt --check"

0 commit comments

Comments
 (0)