Skip to content

Commit

Permalink
fix: Fix config path for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ftabaro authored Nov 28, 2024
1 parent 574a508 commit 1b23579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
directory: tests
snakefile: workflow/Snakefile
args: "--configfile tests/config.yaml --lint"
args: "--configfile .tests/config.yaml --lint"
run-unit-tests:
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 1b23579

Please sign in to comment.