Skip to content

Commit

Permalink
Use the firmware working directory for cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
bschwind committed Nov 7, 2023
1 parent 576e5d1 commit e14d573
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
clippy:
name: Cargo Clippy
runs-on: ubuntu-latest
working-directory: firmware/
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -18,4 +19,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --manifest-path firmware/Cargo.toml --all-targets -- -D warnings
args: --all-targets -- -D warnings

0 comments on commit e14d573

Please sign in to comment.