Skip to content

Commit

Permalink
Add PR to mypy and pytest workflow (#6)
Browse files Browse the repository at this point in the history
* Update mypy.yml

* Update tests.yml

* Update mypy.yml

* Update tests.yml
  • Loading branch information
ProKil authored Nov 10, 2023
1 parent 44029ca commit 696e07e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Mypy
on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
Static-Type-Checking:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Pytest
on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
Pytest:
Expand Down

0 comments on commit 696e07e

Please sign in to comment.