etiennebacher/setup-jarl
A GitHub Action to run Jarl, an extremely fast R linter.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| args | Arguments passed to Jarl. Use `jarl --help` to see available options. Defaults to `check`. | no | check --output-format github |
| src | Source to run Jarl. Defaults to the current directory. | no | ${{ github.workspace }} |
| version | The version of Jarl to use, e.g., `0.6.0` Defaults to the version in pyproject.toml or 'latest'. | no | "" |
| github-token | Used to increase the rate limit when retrieving versions and downloading jarl. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| jarl-version | The installed jarl version. Useful when using latest. |