Skip to content

[actions] (deps): Bump py-cov-action/python-coverage-comment-action from 3.37 to 3.38 in the dev-dependencies group #140

[actions] (deps): Bump py-cov-action/python-coverage-comment-action from 3.37 to 3.38 in the dev-dependencies group

[actions] (deps): Bump py-cov-action/python-coverage-comment-action from 3.37 to 3.38 in the dev-dependencies group #140

Workflow file for this run

name: Pyright
on:
pull_request:
push:
branches: [ main ]
jobs:
pyright:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install hatch
hatch env create dev
- run: echo "$(hatch env find dev)/bin" >> $GITHUB_PATH
- name: Run pyright
uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e