Skip to content

Commit

Permalink
Merge 921cc90 into 0499c83
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaclarke committed Mar 11, 2021
2 parents 0499c83 + 921cc90 commit 9811b9d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Lint

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
args: ". --check"

0 comments on commit 9811b9d

Please sign in to comment.