Skip to content

Merge pull request #50 from hdr-bgnn/add_citation #58

Merge pull request #50 from hdr-bgnn/add_citation

Merge pull request #50 from hdr-bgnn/add_citation #58

name: Run snakemake lint process
on:
push
jobs:
lint-workflow:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Linting
uses: snakemake/[email protected]
with:
snakefile: 'workflow/Snakefile'
args: '--lint'