mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 21:03:23 +00:00
* init openspec * clean out src, move mod into lib, remove trash * create tests * pre-commit hook * add tests to CI * update website * README, CONTRIBUTING and Makefile * openspec * archive task * fix ci order * fix integration test * fix validation tests
15 lines
356 B
YAML
15 lines
356 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: rustfmt
|
|
name: rustfmt
|
|
entry: cargo fmt --
|
|
language: system
|
|
files: \.rs$
|
|
pass_filenames: true
|
|
- id: site-format-check
|
|
name: site format check
|
|
entry: make site-format-check
|
|
language: system
|
|
files: ^site/
|
|
pass_filenames: false
|