Skip to content

Commit

Permalink
change black checker for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesm6 committed Sep 8, 2021
1 parent 54e1753 commit e8520ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Black
uses: jpetrucciani/black-check@master
uses: rickstaa/action-black@v1
with:
path: ./basicsynbio
black_args: "./basicsynbio --check --diff"

0 comments on commit e8520ca

Please sign in to comment.