Skip to content

Run pre-commit

Run pre-commit #2

Workflow file for this run

name: Check typing
on:
push:
jobs:
check_typing:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
fail-fast: false
steps:
- uses: actions/checkout@v3

Check failure on line 15 in .github/workflows/type-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/type-check.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
cache: 'poetry'
- run: poetry install
- run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
- uses: jakebailey/pyright-action@v2
with:
pylance-version: latest-release