lintel-github-action-0.0.3 is not a library.
Visit the last successful build:
lintel-github-action-0.0.11
lintel-github-action
GitHub Action binary for Lintel. Creates a GitHub Check Run named "Lintel" with inline annotations on pull requests using the Checks API.
How it works
- Runs Lintel validation on the specified files
- Collects errors with file path, line, and column information
- Creates a GitHub Check Run with annotations (batched at 50 per API call)
- Reports success/failure with a summary table
Environment variables
| Variable | Description |
|---|---|
GITHUB_TOKEN |
GitHub token with checks:write permission (required) |
GITHUB_REPOSITORY |
Repository in owner/repo format (set automatically by GitHub Actions) |
GITHUB_SHA |
Commit SHA to annotate (set automatically by GitHub Actions) |
GITHUB_API_URL |
GitHub API base URL (set automatically, defaults to https://api.github.com) |
Usage
This binary is used by the lintel-rs/action GitHub Action. See that repository for usage instructions.
License
Apache-2.0