dhall-validator/Dhall Validator
Validate Dhall files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dhall-json-binary | Binary of dhall-json to use | no | https://github.com/dhall-lang/dhall-haskell/releases/download/$DHALL_HASKELL/dhall-json-$DHALL_JSON-x86_64-linux.tar.bz2 |
| dhall-haskell-binary | Binary of dhall to use | — | https://github.com/dhall-lang/dhall-haskell/releases/download/$DHALL_HASKELL/dhall-$DHALL_HASKELL-x86_64-linux.tar.bz2 |
| dhall-haskell | Version of dhall-haskell | no | 1.42.0 |
| dhall-json | Version of dhall-to-json | no | 1.7.12 |
| dhall-files | List of dhall files to check | no | — |
| dhall-file-list | Null delimited file of dhall files to check | no | — |
| dhall-cache-url | Dhall cache tarball | no | — |
| parallel-jobs | Number of CPUs available for running checks | no | 2 |
| retry-failed-files | On fail retry serially (mostly for when parallel jobs run out of memory) | no | — |
| verbose | Enable verbose logging | no | "" |
| lint | Lint the dhall files | no | "" |
Outputs
no outputs