Skip to content

feat: convenience wrapper workflow #344

feat: convenience wrapper workflow

feat: convenience wrapper workflow #344

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