Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ jobs:
-
env:
FETCH_BASE_REF: "true"
run: ./ci/conventional_commits.sh
run: ./git-hooks/validate-commit-range
2 changes: 1 addition & 1 deletion app/usage-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
formatting, static analysis, and tests) — run `mix setup` once per clone
to activate both.
- Enforced in CI across a whole PR's commit range by
`ci/conventional_commits.sh` (skips GitHub's own auto-generated
`git-hooks/validate-commit-range` (skips GitHub's own auto-generated
update-branch merge commits).

## Dogfooding: use `lc`, not a Linear MCP server or skill
Expand Down
4 changes: 0 additions & 4 deletions ci/conventional_commits.sh

This file was deleted.

4 changes: 0 additions & 4 deletions ci/validate_conventional_commit.sh

This file was deleted.

Loading