Skip to content

Commit

Permalink
Merge pull request #13 from adthrasher/patch-1
Browse files Browse the repository at this point in the history
Use Sprocket GitHub Action in CI
  • Loading branch information
vsmalladi authored Oct 23, 2024
2 parents 366b4b0 + 3733143 commit bd70cd8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update Rust
run: rustup update nightly && rustup default nightly
- name: Install sprocket
run: cargo install sprocket
- name: Validate wdls with Sprocket
run: |
EXITCODE=0
echo "Checking WDL files using \`sprocket lint\`."
- name: Run sprocket
uses: stjude-rust-labs/[email protected]
with:
lint: true
deny-warnings: true
deny-notes: true

0 comments on commit bd70cd8

Please sign in to comment.