chore(ci): added commitlint in runnable npm command

This commit is contained in:
Corentin Thomasset 2021-05-21 23:20:04 +02:00
parent f7378dc042
commit 0e9c53bd72
No known key found for this signature in database
GPG key ID: DBD997E935996158
4 changed files with 843 additions and 9 deletions

View file

@ -3,14 +3,6 @@ name: ci
on: [pull_request, push]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v2
ci:
runs-on: ${{ matrix.os }}