dheebz/ty-action

A GitHub Action to run Astral's ty type checker.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionVersion of ty to install (not yet used; reserved for future installer logic).nolatest
version-fileFile to read the ty version from (not yet used).no
argsExtra arguments to pass to `ty` (after `check` and paths).no""
srcSpace-separated paths to check. Defaults to the repository root.no""
config-filePath to ty.toml configuration file (passed as --config-file).no
projectProject root directory to pass as --project.no
output-formatValue for --output-format (default: github).nogithub
error-on-warningIf true, pass --error-on-warning so warnings cause exit code 1.nofalse
exit-zeroIf true, pass --exit-zero so diagnostics don't fail CI.nofalse
github-tokenGitHub token (reserved for future use, e.g. downloads).no${{ github.token }}
namedescription
ty-versionThe ty version that was run.