Skip to content

Commit

Permalink
Update rust-clippy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madiele authored Nov 18, 2023
1 parent 68b7ac6 commit 1d0ee0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# More details at https://github.com/rust-lang/rust-clippy
# and https://rust-lang.github.io/rust-clippy/

name: rust-clippy analyze
name: clippy

on:
push:
Expand All @@ -17,7 +17,7 @@ on:

jobs:
rust-clippy-analyze:
name: Run rust-clippy analyzing
name: cargo clippy
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 1d0ee0f

Please sign in to comment.