chore: document omitted bowtie2 arguments #417
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Workflows Sprocket Lint | |
on: [push] | |
jobs: | |
sprocket_lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run sprocket | |
uses: stjude-rust-labs/sprocket-action@main | |
with: | |
lint: true | |
exclude-patterns: template | |
deny-warnings: true | |
deny-notes: true | |
except: TrailingComma,ContainerValue |