dycw/pyright
Run 'pyright'
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 17, 2026
- License
- MIT
Pinned Snippet
uses: dycw/action-pyright@a7dece21e02a4e25e32b7c32c9e3b56444c7bcf2 # 0.3.11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token-checkout | Personal access token (PAT) used to fetch the repository | — | ${{github.token}} |
| token-github | Personal access token (PAT) used to authenticate with GitHub | — | ${{github.token}} |
| python-version | The version of Python to set UV_PYTHON to | — | — |
| index | The URLs to use when resolving dependencies, in addition to the default index | — | — |
| index-username | Username for authenticating to the UV index | — | — |
| index-password | Password for authenticating to the UV index | — | — |
| resolution | The strategy to use when selecting between the different compatible versions for a given package requirement | — | highest |
| prerelease | The strategy to use when considering pre-release versions | — | disallow |
| native-tls | Whether to load TLS certificates from the platform's native certificate store | — | false |
Outputs
no outputs