Skip to content

Commit 7e39ae3

Browse files
committed
feat: add lint commit
1 parent 8adf8dd commit 7e39ae3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/git.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Lint commits
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
lint:
7+
name: Commit Lint
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@main
11+
- uses: toggle-corp/commit-lint@main

0 commit comments

Comments
 (0)