Skip to content

Commit

Permalink
Update check to different action
Browse files Browse the repository at this point in the history
  • Loading branch information
NChitty committed Jan 10, 2024
1 parent de7e445 commit 7561754
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- uses: mbrobbel/rustfmt-check@master
working-directory: lambda
- uses: LoliGothick/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
mode: review
working-directory: lambda

clippy:
name: "Rust Lint"
Expand Down

0 comments on commit 7561754

Please sign in to comment.