Skip to content

Commit

Permalink
Add type checker to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Aug 7, 2023
1 parent e4cf4e3 commit afb263f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,14 @@ jobs:
with:
version: "~= 23.0"
src: "./tested ./tests"
types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jakebailey/pyright-action@v1
with:
version: '1.1.316'
warnings: true
working-directory: tested/


0 comments on commit afb263f

Please sign in to comment.