mirror of
https://github.com/anoma/juvix.git
synced 2024-11-29 21:32:43 +03:00
7e309eccdb
* Add initial docs generation website (#119) * Add docs generation * [makefile] add serve-docs target * Fixed rebase conflicts * Update pre-commit rev * Added changelog
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-ormolu
|
|
language: system
|