jolars/arity-action
Install arity and run format/lint checks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 4, 2026
- License
- MIT
Pinned Snippet
uses: jolars/arity-action@0b8fc1d4b9764e946596031a8dbc86671aa3825a # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | File or directory to check | no | . |
| version | arity version to install (latest or vX.Y.Z) | no | latest |
| format | Run arity format --check | no | true |
| lint | Run arity lint | no | true |
| config | Optional path to an arity.toml config file | no | "" |
| verify-checksum | Verify the downloaded asset against its published SHA256 (skips with a warning if the release has no checksum) | no | true |
Outputs
| name | description |
|---|---|
| version | The installed arity version |