Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

chore(commitlint): commit validation #334

Merged
merged 14 commits into from
Oct 5, 2020
19 changes: 0 additions & 19 deletions .github/workflows/commit_linter.yml

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ jobs:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup node
uses: actions/setup-node@v1
with:
Expand All @@ -25,3 +30,6 @@ jobs:
run: npm run test:unit
- name: npm lint test
run: npm run test:lint
- name: npm commit lint
run: npm run test:git-history