From bc1225eddb2171edb2aef05389dd19ef5454f185 Mon Sep 17 00:00:00 2001 From: m-jahn Date: Tue, 9 Jun 2026 13:53:47 +0200 Subject: [PATCH] fix: run linting on .test dir; removes requirement to have fully working config/config.yml --- .github/workflows/snakemake-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snakemake-tests.yml b/.github/workflows/snakemake-tests.yml index ef610a8..4f6fc84 100644 --- a/.github/workflows/snakemake-tests.yml +++ b/.github/workflows/snakemake-tests.yml @@ -37,7 +37,7 @@ jobs: - name: Lint workflow uses: snakemake/snakemake-github-action@v2 with: - directory: . + directory: .test snakefile: workflow/Snakefile args: "--lint"