chore: configurations and update deps

This commit is contained in:
divlo
2020-10-03 19:07:09 +02:00
parent dd70626fa7
commit 0e12431622
23 changed files with 13097 additions and 4466 deletions

16
.github/workflows/commitlint.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: 'Lint Commit Messages'
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v2

View File

@ -23,3 +23,4 @@ jobs:
- run: npm ci
- run: npm run test:build
- run: npm run test:lint
- run: npm run test:unit