Skip to content

Commit

Permalink
placeholder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Jan 25, 2024
1 parent 58c6f98 commit 2ce2037
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,24 @@ env:
jobs:
pyright:
strategy:
matrix:
python:
- "3.8"
- "3.11"
- "3.12"
platform:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: jakebailey/pyright-action@v2
with:
python-version: ${{ matrix.python }}

test:
strategy:
matrix:
Expand Down

0 comments on commit 2ce2037

Please sign in to comment.