Skip to content

Commit

Permalink
Revert "temporarily disable black" (#24)
Browse files Browse the repository at this point in the history
This reverts commit b5e542f.
  • Loading branch information
dianaclarke committed Apr 7, 2021
1 parent 96dcc67 commit 6d8ae68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
- name: Lint (black)
uses: psf/black@stable
with:
args: ". --check"
- name: Install dependencies
run: |
pip install -r requirements-test.txt
Expand Down

0 comments on commit 6d8ae68

Please sign in to comment.