ci: add commitlint workflow

PR: #586
This commit is contained in:
innovaker 2021-01-06 11:33:51 +00:00
parent d3dc1d0174
commit 78fe795116

14
.github/workflows/commitlint.yml vendored Normal file
View file

@ -0,0 +1,14 @@
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@v2