1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-11 16:26:33 +03:00
juvix/.pre-commit-hooks.yaml
Jonathan Cubides 7e309eccdb
Add initial documentation (#119) (#120)
* Add initial docs generation website (#119)

* Add docs generation

* [makefile] add serve-docs target

* Fixed rebase conflicts

* Update pre-commit rev

* Added changelog
2022-05-23 16:20:02 +02:00

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