Skip to content

Bump js-yaml, husky and lint-staged #31

Bump js-yaml, husky and lint-staged

Bump js-yaml, husky and lint-staged #31

Workflow file for this run

name: tests
on: [push]
jobs:
run:
name: npm test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci
- run: npm test