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 b823fff commit b75cc2a
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 @@ -16,8 +16,8 @@ jobs:
sudo apt update
sudo apt install -y libudev-dev
- uses: actions/checkout@v4
- name: Install rust
- uses: actions-rs/toolchain@v1
name: Install rust
with:
profile: minimal
toolchain: stable
Expand Down

0 comments on commit b75cc2a

Please sign in to comment.