mirror of
https://github.com/theoludwig/libcproject.git
synced 2024-12-11 21:13:00 +01:00
ci: add lint-commit job
This commit is contained in:
parent
6f96cc55d4
commit
9fc4cd9139
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -20,3 +20,12 @@ jobs:
|
|||||||
- run: 'make test'
|
- run: 'make test'
|
||||||
- run: 'make lint'
|
- run: 'make lint'
|
||||||
- run: 'make clean'
|
- run: 'make clean'
|
||||||
|
|
||||||
|
lint-commit:
|
||||||
|
runs-on: 'ubuntu-latest'
|
||||||
|
steps:
|
||||||
|
- uses: 'actions/checkout@v3.0.0'
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- uses: 'wagoid/commitlint-github-action@v5.3.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user