Skip to content

0.4.163

0.4.163 #198

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
- name: Setup NodeJS
uses: actions/setup-node@v2-beta
with:
node-version: '14'
- name: Install 🔧
run: npm install
- name: Lint 🔧
run: npm run lint
- name: Test 🔧
run: npm test
env:
CI: true