Skip to content

Update to 1.41, fix types & cleanup docs #179

Update to 1.41, fix types & cleanup docs

Update to 1.41, fix types & cleanup docs #179

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run lint