Skip to content

Bug fixes

Bug fixes #300

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
- run: npm ci
- run: npm run lint