Skip to content

Commit 93de631

Browse files
authored
Merge pull request #6 from molpopgen/refine_actions
Ignore lib.rs in rustfmt step
2 parents 5dae168 + f66650a commit 93de631

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)