mirror of
https://github.com/anoma/juvix.git
synced 2025-01-05 22:46:08 +03:00
12 lines
225 B
YAML
12 lines
225 B
YAML
- id: hlint
|
|
name: hlint
|
|
description: Run Hlint linter
|
|
entry: make hlint
|
|
language: system
|
|
|
|
- id: ormolu
|
|
name: ormolu
|
|
description: Run Ormolu linter
|
|
entry: make check-format
|
|
language: system
|