Skip to content

Create CITATION.cff #54

Create CITATION.cff

Create CITATION.cff #54

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'