Skip to content

fix spelling/naming issue #194

fix spelling/naming issue

fix spelling/naming issue #194

Workflow file for this run

name: tests
on:
push:
branches-ignore: [ 'master' ]
pull_request:
types: [ opened, reopened ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '12.x'
cache: 'npm'
- run: npm ci --silent
- run: npm run build --silent
- run: npm test