Skip to content

Fix: limit commit type to feat, fix or perf #1084

Fix: limit commit type to feat, fix or perf

Fix: limit commit type to feat, fix or perf #1084

Workflow file for this run

name: Test & validate
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: "14"
- run: yarn install
- name: Test
working-directory: lib
run: yarn test:ci
- name: Validate
working-directory: lib
run: yarn validate