Skip to content

0.8.6

0.8.6 #67

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
- run: |
npm install
npm run check-format
npm run lint
npm run dist