Skip to content

Commit

Permalink
workflow tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Jun 24, 2024
1 parent f7cda66 commit 031f49c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# - see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
# - see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Testing via pytest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-type.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# - see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
# - see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Typing via mypy

Expand All @@ -17,7 +17,7 @@ on:


jobs:
lint:
type:
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 031f49c

Please sign in to comment.