mirror of
https://github.com/anonklub/anonklub.github.io.git
synced 2026-01-09 02:47:54 -05:00
* chore: replace prettier by dprint * chore: format:wq * chore: remove unused files * chore: update gitignore * chore: define `pre-commit` hook with `lefthook` * chore: remove outdated README * chore: scaffold docsify * chore: format css and html * docs: update circom example * refactor: match docsify structure * chore: format
8 lines
133 B
YAML
8 lines
133 B
YAML
assert_lefthook_installed: true
|
|
output: [summary]
|
|
pre-commit:
|
|
commands:
|
|
fmt:
|
|
run: bun dprint fmt
|
|
stage_fixed: true
|