Skip to content

Commit

Permalink
Enable mypy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sgt0 authored and Setsugennoao committed Jun 18, 2024
1 parent 22c7e62 commit c91a97b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- '3.12'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -23,5 +23,4 @@ jobs:
- name: Running flake8
run: flake8 stgpytools
- name: Running mypy
if: steps.dependencies.outcome == 'success'
run: mypy stgpytools

0 comments on commit c91a97b

Please sign in to comment.