Skip to content

Commit e691708

Browse files
committed
ci: update claude config
1 parent 5213142 commit e691708

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.claude/settings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@
66
"hooks": [
77
{
88
"type": "command",
9-
"command": "just check-quick || true"
9+
"command": "just fmt-check || true"
10+
},
11+
{
12+
"type": "command",
13+
"command": "just clippy || true"
14+
},
15+
{
16+
"type": "command",
17+
"command": "just doc-check || true"
1018
}
1119
]
1220
}

0 commit comments

Comments
 (0)