Skip to content

Commit

Permalink
CI: added linting with black
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Dec 17, 2020
1 parent 2fa9077 commit 4df00e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Sphinx >= 3
sphinx_rtd_theme >= 0.4
pytest >= 6
pytest >= 6
black

0 comments on commit 4df00e2

Please sign in to comment.