Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drish committed Apr 17, 2024
1 parent 589d275 commit 537c261
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: tests
on: [push, pull_request]

jobs:
ci:
name: Lint, Pyroma, Mypy
lint-mypy:
name: Lint, Mypy
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -18,8 +18,6 @@ jobs:
run: pip install tox
- name: Check code quality with flake8
run: tox -e lint
- name: Check package metadata with Pyroma
run: tox -e pyroma
- name: Check static typing with MyPy
run: tox -e mypy
tests:
Expand Down

0 comments on commit 537c261

Please sign in to comment.