Skip to content

Commit

Permalink
[FIX]: type check gh action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acwazz committed Jan 3, 2024
1 parent 6d60c63 commit c4e519a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Type Check
on:
pull_request:
types:
- "opened"
- "synchronize"
push:
branches:
- "master"

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jpetrucciani/mypy-check@master
with:
path: '.'

0 comments on commit c4e519a

Please sign in to comment.