Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/required-checks.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
"jobId": "verdict",
"jobName": "Verdict",
"uiLabel": "CI / Verdict"
},
{
"context": "pre-commit-hooks",
"workflow": ".github/workflows/formatting-pre-commit-check.yml",
"jobName": "CI / Pre-commit hooks"
}
],
"branchProtection": {
Expand Down
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ repos:
language: system
types: [shell]

- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.0.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]

- repo: https://github.com/rhysd/actionlint
rev: v1.7.11
hooks:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ typecheck: ## Run mypy and pyright.
$(RUN) pyright

actionlint: ## Run the actionlint pre-commit hook.
$(PRE_COMMIT) run actionlint --all-files
PRE_COMMIT_TIMEOUT=120 $(PRE_COMMIT) run actionlint --all-files

shellcheck: ## Run ShellCheck through the pre-commit hook.
$(PRE_COMMIT) run shellcheck --all-files
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,4 @@ clawops devflow status --run-id <run-id>
clawops devflow resume --run-id <run-id> --approved-by operator
clawops devflow audit --run-id <run-id>
```
# Testing conventional commits
Loading