Skip to content

feat: add exclude option (#89) #124

feat: add exclude option (#89)

feat: add exclude option (#89) #124

Workflow file for this run

name: CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm test