Skip to content

Commit

Permalink
Remove extra lint step.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmalladi committed Apr 22, 2024
1 parent e508a26 commit f148d6c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,3 @@ jobs:
run: |
EXITCODE=0
echo "Checking WDL files using \`sprocket lint\`."
files=$(find . -name '*.wdl')
for file in $files; do
echo " [***] $file [***]"
$CONDA/bin/womtool validate "$file"
EXITCODE=$(($? || EXITCODE))
done
exit $EXITCODE
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Update Rust
run: rustup update nightly && rustup default nightly
- name: Install clippy
run: rustup component add clippy
- run: cargo clippy --all-features -- --deny warnings

0 comments on commit f148d6c

Please sign in to comment.