File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 4444 - name : cargo fmt --check (examples)
4545 run : cargo fmt --check
4646 working-directory : " ./examples/rt685s"
47+ - name : cargo fmt --check (bootloader-tool)
48+ run : cargo fmt --check
49+ working-directory : " ./bootloader-tool"
4750
4851 clippy :
4952 runs-on : ubuntu-latest
8285 clippy_flags : -- -F clippy::suspicious -D clippy::correctness -F clippy::perf -F clippy::style
8386 github_token : ${{ secrets.GITHUB_TOKEN }}
8487 workdir : " ./examples/rt685s"
88+ - name : cargo clippy (bootloader-tool)
89+ uses : giraffate/clippy-action@v1
90+ with :
91+ reporter : " github-pr-check"
92+ clippy_flags : -- -D clippy::suspicious -D clippy::correctness -D clippy::perf -D clippy::style
93+ github_token : ${{ secrets.GITHUB_TOKEN }}
94+ workdir : " ./bootloader-tool"
8595
8696 # Enable once we have a released crate
8797 # semver:
@@ -222,3 +232,6 @@ jobs:
222232 - name : cargo +${{ matrix.msrv }} check (examples)
223233 run : cargo check
224234 working-directory : " ./examples/rt685s"
235+ - name : cargo +${{ matrix.msrv }} check (bootloader-tool)
236+ run : cargo check
237+ working-directory : " ./bootloader-tool"
You can’t perform that action at this time.
0 commit comments