Skip to content

Commit

Permalink
ci: enforce pyright typing
Browse files Browse the repository at this point in the history
  • Loading branch information
JJTech0130 authored May 19, 2024
1 parent 954b59a commit f2790c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Pyright
on: [push, pull_request]
jobs:
pyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jakebailey/pyright-action@v2

0 comments on commit f2790c0

Please sign in to comment.