Skip to content

Commit

Permalink
Don't test pipeline template with black
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Mar 17, 2022
1 parent fb5211a commit 3691805
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/create-lint-wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,10 @@ jobs:
- name: nf-core modules create
run: nf-core --log-file log.txt modules create bpipe --dir nf-core-testpipeline --author @nf-core-bot --label process_low --meta

# Run code style linters
# Run code style linting
- name: Run Prettier --check
run: prettier --check nf-core-testpipeline

- name: Check code lints with Black
uses: psf/black@stable
with:
src: "./nf-core-testpipeline"

# Update modules to the latest version
- name: nf-core modules update
run: nf-core --log-file log.txt modules update --dir nf-core-testpipeline --all --no-preview
Expand Down

0 comments on commit 3691805

Please sign in to comment.