Skip to content

Commit

Permalink
Update mypy.yml; fixed branch issue
Browse files Browse the repository at this point in the history
  • Loading branch information
awkrail authored Sep 12, 2024
1 parent 44da742 commit d9b5851
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Run mypy

on:
push:
branches:
- '**'
pull_request:
branches:
- '**'

jobs:
test:
Expand All @@ -10,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Python Setup
uses: actions/setup-python@v1
uses: actions/setup-python@v3
with:
python-version: 3.9

Expand Down

0 comments on commit d9b5851

Please sign in to comment.