Skip to content

Commit

Permalink
.github: fix syntax error in clippy-linting
Browse files Browse the repository at this point in the history
Fix syntax error in clippy-linting.yml, like "every step must
define a `uses` or `run` key".
  • Loading branch information
dongsupark committed Apr 10, 2024
1 parent 3724113 commit 1b2d322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
sudo apt install -y libudev-dev
- uses: actions/checkout@v4
- name: Install rust
name: Install rust
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 1b2d322

Please sign in to comment.