Skip to content

Commit

Permalink
Update mypy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored Nov 4, 2024
1 parent cf6171b commit d53ddaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Python mypy

on: [push, pull_request]
on: [pull_request]

jobs:
static-analysis:
Expand All @@ -9,6 +9,8 @@ jobs:
steps:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Setup checkout
uses: actions/checkout@v4
- name: mypy
Expand Down

0 comments on commit d53ddaf

Please sign in to comment.