mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-11 11:57:04 +00:00
Feat(ci): add commit lint ci (#2160)
This commit is contained in:
13
.github/workflows/commit-lint.yml
vendored
Normal file
13
.github/workflows/commit-lint.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Lint Commit Messages
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
commitlint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: wagoid/commitlint-github-action@v4
|
||||
with:
|
||||
helpURL: https://github.com/oam-dev/kubevela/blob/master/CONTRIBUTING.md#commit-conventions
|
||||
Reference in New Issue
Block a user