Skip to content

Commit

Permalink
Merge pull request #59 from OpenDataServices/rhiaro/fix-lint
Browse files Browse the repository at this point in the history
lint: only lint standards_lab module
  • Loading branch information
rhiaro committed Mar 4, 2021
2 parents 4872070 + 4592955 commit fe5c6db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
- name: Lint with flake8
run: flake8
run: flake8 standards_lab/
- name: Run black
if: ${{ always() }}
uses: psf/black@stable
uses: psf/black@master
with:
black_args: "standards_lab/ --check --diff"

0 comments on commit fe5c6db

Please sign in to comment.