Skip to content

Commit

Permalink
Update pyright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HeMan committed Oct 16, 2024
1 parent e1cc57b commit 1f6a53c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Pyright


Expand All @@ -7,9 +8,9 @@ on:
- '*'

jobs:
pyright:
build:
runs-on: ubuntu-latest
steps:
- uses: jakebailey/pyright-action@v1
with:
version: 1.1.311 # Optional (change me!)
version: 1.1.311

0 comments on commit 1f6a53c

Please sign in to comment.