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 ca27650 commit e062f7a
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install rust
name: Install rust
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit e062f7a

Please sign in to comment.