Skip to content

Commit

Permalink
Fix an oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
bschwind committed Nov 7, 2023
1 parent e14d573 commit 17e68fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
clippy:
name: Cargo Clippy
runs-on: ubuntu-latest
working-directory: firmware/
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -17,6 +16,7 @@ jobs:
components: clippy
- run: rustup target install thumbv6m-none-eabi
- uses: actions-rs/cargo@v1
working-directory: firmware/
with:
command: clippy
args: --all-targets -- -D warnings
3 changes: 2 additions & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
override: true
components: rustfmt
- uses: actions-rs/cargo@v1
working-directory: firmware/
with:
command: fmt
args: --manifest-path firmware/Cargo.toml --all -- --check
args: --all -- --check

0 comments on commit 17e68fd

Please sign in to comment.