Skip to content

Commit

Permalink
Fix run syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmalladi committed Apr 22, 2024
1 parent f148d6c commit fec4fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Update Rust
run: rustup update nightly && rustup default nightly
- name: Install sprocket
- run: cargo install sprocket
run: cargo install sprocket
- name: Validate wdls with Sprocket
run: |
EXITCODE=0
Expand Down

0 comments on commit fec4fc4

Please sign in to comment.