Opinionated OCaml linter with Merlin integration for code quality, naming conventions, and style checks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 15 lines 268 B view raw
1(rule 2 (target index.html) 3 (deps 4 (source_tree ../lib)) 5 (action 6 (run ../bin/generate_docs.exe %{target})) 7 (mode promote)) 8 9(rule 10 (target STYLE_GUIDE.md) 11 (deps 12 (source_tree ../lib)) 13 (action 14 (run ../bin/generate_style_guide.exe %{target})) 15 (mode promote))