awseward/Dhall Actions
A couple of actions for checking dhall files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dhallVersion | Version of dhall-haskell to use. Should be a tag from https://github.com/dhall-lang/dhall-haskell. | no | 1.40.2 |
| errorOnFreezeDiff | Whether a diff resulting from `dhall freeze` should be treated as an error. | no | false |
| typecheck_no_cache | Whether to pass `--no-cache` when typechecking. Having this set to `false` (meaning: caching enabled) can greatly speed up checking as the number of files to check increases. However, doing so can also lead to some unpredictability, as caching in general can be known to do. | no | false |
| typecheck_package_files_only | Whether to only typecheck `package.dhall` files (as opposed to `*.dhall`. The thought here is that checking `package.dhall` is likely to transitively check all other `*.dhall`, so it should be sufficient while avoiding lots of duplicated work. However, this is certainly not always the case, so consider that when setting this input to `true`. | no | false |
Outputs
no outputs