fix test ci fmt

This commit is contained in:
Matthieu Baumann
2025-05-23 18:25:15 +02:00
committed by Matthieu Baumann
parent 16a1e808a2
commit 0cbd0c9f23
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: "Run cargo clippy"
run: cd src/core && cargo clippy --all-targets --features=webgl2 -- -D warnings
- name: Format check
run: cargo fmt --all -- --check
run: cd src/core && cargo fmt --all -- --check
- name: "Install dependencies"
run: |
npm install