Skip to content

Commit 9f0465a

Browse files
committed
chore: remove Codex GitHub workflow and add commit message helper
- Deleted `.github/workflows/codex.yml` to remove the Codex GitHub workflow. - Added a `commitmsg` task in `Justfile` to generate commit messages using `gh commitmsg`. - Streamlines the repository by removing unused workflows and adding a utility for consistent commit message generation.
1 parent 72ef49a commit 9f0465a

File tree

2 files changed

+3
-78
lines changed

2 files changed

+3
-78
lines changed

.github/workflows/codex.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

Justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ format:
99

1010
lint:
1111
golangci-lint run ./...
12+
13+
commitmsg:
14+
gh commitmsg --examples

0 commit comments

Comments
 (0)