mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 16:56:14 -04:00
chore(ci): added commitlint in runnable npm command
This commit is contained in:
parent
f7378dc042
commit
0e9c53bd72
4 changed files with 843 additions and 9 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue