Skip to content

Commit

Permalink
pipenv run mypy
Browse files Browse the repository at this point in the history
Co-authored-by: James <[email protected]>
  • Loading branch information
cmyui and tsunyoku committed Sep 23, 2023
1 parent 0c54066 commit 830a113
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Lint

on:
push
push:
paths:
- '*.py'

jobs:
mypy:
Expand All @@ -20,4 +22,4 @@ jobs:
- name: Install dependencies
run: pipenv install --dev --deploy
- name: Run mypy
run: mypy --strict --ignore-missing-imports .
run: pipenv run mypy --strict --ignore-missing-imports .

0 comments on commit 830a113

Please sign in to comment.