Skip to content

Commit 2ce2037

Browse files
committed
placeholder workflow
1 parent 58c6f98 commit 2ce2037

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/main.yml

+18
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,24 @@ env:
3434
3535
3636
jobs:
37+
pyright:
38+
strategy:
39+
matrix:
40+
python:
41+
- "3.8"
42+
- "3.11"
43+
- "3.12"
44+
platform:
45+
- ubuntu-latest
46+
- macos-latest
47+
- windows-latest
48+
runs-on: ${{ matrix.platform }}
49+
steps:
50+
- uses: actions/checkout@v4
51+
- uses: jakebailey/pyright-action@v2
52+
with:
53+
python-version: ${{ matrix.python }}
54+
3755
test:
3856
strategy:
3957
matrix:

0 commit comments

Comments
 (0)