-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlefthook.yml
More file actions
37 lines (34 loc) · 890 Bytes
/
lefthook.yml
File metadata and controls
37 lines (34 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
glob_matcher: doublestar
output:
- summary
- failure
commit-msg:
jobs:
- name: commitlint
run: mise exec -- npx --yes -p @commitlint/config-conventional -p @commitlint/cli commitlint --edit {1}
pre-commit:
parallel: true
jobs:
- name: fmt
run: mise run lint:fmt
glob: "**/*.rs"
- name: clippy
run: mise run lint:code
glob: "**/*.rs"
- name: agent-file-sync
run: diff AGENTS.md CLAUDE.md
glob:
- "AGENTS.md"
- "CLAUDE.md"
- name: ontology-schema
run: mise run ontology:validate
glob: "fixtures/ontology/**/*.yaml"
- name: helm-lint
glob: "helm/**"
group:
parallel: true
jobs:
- name: helm-lint-gkg
run: helm/sync.sh && helm lint helm/gkg
- name: helm-template-gkg
run: helm/sync.sh && helm template gkg helm/gkg