haskell-actions/run-ormolu
Check formatting of Haskell code with Ormolu
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | Glob pattern that are used to find source files to format. It is possible to specify several patterns by putting each on a new line. | no | **/*.hs **/*.hs-boot |
| respect-cabal-files | Whether to try to locate Cabal files and take into account their default-extensions and default-language settings. | no | true |
| follow-symbolic-links | Whether to follow symbolic links. | no | true |
| mode | Mode of operation: 'stdout', 'inplace', or 'check' (the default). | no | check |
| extra-args | Extra arguments to pass to Ormolu. | no | — |
| version | The version number of Ormolu to use. Defaults to "latest". | no | latest |
Outputs
no outputs