Skip to content

Commit

Permalink
fix: type checking workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dest1n1s committed Jun 10, 2024
1 parent 931fc5a commit 60236ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- dev*
- dev
paths:
- "**" # Include all files by default
- "!.devcontainer/**"
Expand All @@ -16,7 +16,7 @@ on:
pull_request:
branches:
- main
- dev*
- dev
paths:
- "**"
- "!.devcontainer/**"
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Install dependencies
run: pdm install
- name: Type check
run: poetry run mypy .
run: pdm run mypy .

0 comments on commit 60236ff

Please sign in to comment.