Skip to content

Commit

Permalink
CI: merge linting workflow into main CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Dec 17, 2020
1 parent 2aaafff commit 286aab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,7 @@ jobs:
- name: Doctests
run: |
python -m sphinx -b doctest docs build
python -m sphinx -b doctest docs build
- name: Linting
uses: psf/black@stable
11 changes: 0 additions & 11 deletions .github/workflows/lint.yml

This file was deleted.

0 comments on commit 286aab4

Please sign in to comment.