Bump the python-dependencies group across 1 directory with 57 updates #877
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pyright Typecheck | |
on: [push, pull_request] | |
jobs: | |
typecheck: | |
runs-on: ubuntu-latest | |
name: Typecheck | |
steps: | |
- name: Check out source repository | |
uses: actions/checkout@v4 | |
- name: pyright Typecheck | |
uses: jakebailey/pyright-action@v2 |