Skip to content

Commit 8e325c3

Browse files
Simplify fmt check in CI
1 parent 1def816 commit 8e325c3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,7 @@ jobs:
103103
./y.sh test --release --clean --build-sysroot ${{ matrix.commands }}
104104
105105
- name: Check formatting
106-
run: |
107-
cargo fmt -- --check
108-
cd build_system
109-
cargo fmt -- --check
106+
run: ./y.sh fmt --check
110107

111108
- name: clippy
112109
run: |

0 commit comments

Comments
 (0)