mazuninky/Setup dq
Install the dq CLI — agent-friendly Rust CLI for structured data + linter platform — on a GitHub Actions runner
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | dq version to install. Accepts a calendar version (e.g. "2026.20.1"), a tag (e.g. "v2026.20.1"), or "latest" to resolve the most recent release via the GitHub API. | no | latest |
| token | GitHub token used to query the releases API and download release assets. Defaults to the workflow token; override only if rate limits bite (e.g. heavy fan-out across forks). | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | The resolved dq version that was installed (e.g. "2026.20.1") |
| bin-path | Absolute path to the directory containing the dq binary (already on PATH) |