Skip to content

Commit

Permalink
update requirements, add better names to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pt1243 committed Sep 18, 2023
1 parent e6e9cf6 commit 5197816
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:
jobs:
format:
runs-on: ubuntu-latest
name: Format code

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:
jobs:
lint:
runs-on: ubuntu-latest
name: Lint

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:
jobs:
test:
runs-on: ${{ matrix.os }}
name: Run tests
strategy:
fail-fast: true
matrix:
Expand Down
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
typing_extensions
flake8
black
tox
tox>=3.8
pytest
pytest-cov
coverage>=7
mypy

0 comments on commit 5197816

Please sign in to comment.