Skip to content

Update kraken2.wdl #265

Update kraken2.wdl

Update kraken2.wdl #265

Workflow file for this run

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,workflows/scrnaseq,tools/cellranger
deny-warnings: true
deny-notes: true
except: TrailingComma,ContainerValue