Skip to content

Commit

Permalink
fix(ci): Clippy Github Action name typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Oct 15, 2024
1 parent 0b46951 commit adc6cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: cargo fmt --all -- --check

clippy:
name: Clipply
name: Clippy
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down

0 comments on commit adc6cf6

Please sign in to comment.