Skip to content

Commit

Permalink
Merge pull request #1268 from nf-core/black-official-action
Browse files Browse the repository at this point in the history
Update black GitHub Action
  • Loading branch information
ewels authored Sep 7, 2021
2 parents 92c1651 + 251f51a commit 71ac2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Check code lints with Black
uses: jpetrucciani/black-check@master
uses: psf/black@stable

# If the above check failed, post a comment on the PR explaining the failure
- name: Post PR comment
Expand Down

0 comments on commit 71ac2b4

Please sign in to comment.