1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-09-17 04:45:54 +02:00

ci: add lint-commit job

This commit is contained in:
Divlo 2023-01-06 14:40:15 +01:00
parent 6f96cc55d4
commit 9fc4cd9139
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -20,3 +20,12 @@ jobs:
- run: 'make test'
- run: 'make lint'
- 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'