Skip to content

Commit

Permalink
Merge pull request #67 from OpenDataServices/rhiaro/fix-lint
Browse files Browse the repository at this point in the history
ci: run black directly
  • Loading branch information
rhiaro committed Mar 5, 2021
2 parents fe5c6db + 762b50f commit 9cb88c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ jobs:
run: flake8 standards_lab/
- name: Run black
if: ${{ always() }}
uses: psf/black@master
with:
black_args: "standards_lab/ --check --diff"
run: black standards_lab/ --check --diff

0 comments on commit 9cb88c0

Please sign in to comment.