mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-06-23 08:18:40 +00:00
ci(gh-actions): add commitlint for PR
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
name: Lint Commit Messages
|
||||||
|
on: pull_request
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
commitlint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- uses: wagoid/commitlint-github-action@v4
|
||||||
Reference in New Issue
Block a user