hirosassa/setup-bqvalid
Install bqvalid, a SQL validator for BigQuery standard SQL, and add it to PATH.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of bqvalid to install (e.g. "0.3.0" or "v0.3.0"). Use "latest" for the newest release. | no | latest |
| github-token | Token used to query the GitHub API when resolving the latest release. Defaults to the workflow token. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | The resolved bqvalid version that was installed (without the leading "v"). |