chore: configurations and update deps
This commit is contained in:
16
.github/workflows/commitlint.yml
vendored
Normal file
16
.github/workflows/commitlint.yml
vendored
Normal 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
|
1
.github/workflows/node.js.yml
vendored
1
.github/workflows/node.js.yml
vendored
@ -23,3 +23,4 @@ jobs:
|
||||
- run: npm ci
|
||||
- run: npm run test:build
|
||||
- run: npm run test:lint
|
||||
- run: npm run test:unit
|
||||
|
Reference in New Issue
Block a user