Skip to content

Commit 05efe88

Browse files
committed
dev(ci): add commit linter workflow
1 parent 1dfae9f commit 05efe88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lint-commits.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: Lint commits
2+
on: [push, pull_request]
3+
jobs:
4+
lint-commits:
5+
uses: doomemacs/ci/.github/workflows/lint-commits.yml@legacy

0 commit comments

Comments
 (0)