Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey authored Dec 15, 2023
1 parent bea7f4f commit d8c82c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
run: pip install .
- name: Lint with black
run: black --check .
- name: Lint with isort
run: isort --check .
- name: Lint with bandit
run: bandit -r .
- name: Lint with flake8
run: flake8
- name: Lint with isort
run: isort .
- name: Test with pytest
run: |
coverage run --source=dpd -m pytest tests/
Expand Down

0 comments on commit d8c82c4

Please sign in to comment.