Skip to content

feat: ConfigDict should work again #260

feat: ConfigDict should work again

feat: ConfigDict should work again #260

Workflow file for this run

---
name: Lint Code Base
on:
push:
pull_request:
branches: [master]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Code Base
uses: snakemake/[email protected]
with:
directory: .
snakefile: workflow/snakefile_basic.smk
args: "--lint"