Skip to content

Commit

Permalink
Update pyright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3nws authored Jan 11, 2024
1 parent 651450a commit 09627eb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
- name: Run pyright
uses: jakebailey/pyright-action@v1.8.1
name: Pyright

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: jakebailey/pyright-action@v1.8.1

0 comments on commit 09627eb

Please sign in to comment.