We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995ec5c commit f56adbaCopy full SHA for f56adba
1 file changed
.github/workflows/rust.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
cd device
20
for package in $(ls -d usb*); do
21
- (cd #package && cargo fmt --check)
+ (cd $package && cargo fmt --check)
22
done
23
cd ..
24
cd host/usb-bulk-rust
0 commit comments