Skip to content

Commit

Permalink
mypy: only check skytemple dir
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Dec 20, 2024
1 parent 6ec9568 commit b48478d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pip install -r requirements-dev.txt mypy
- name: Run type checks
run: |
mypy --config-file mypy.ini
mypy --config-file mypy.ini skytemple
linting:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b48478d

Please sign in to comment.