Skip to content

7.36 and a few earlier updates #255

7.36 and a few earlier updates

7.36 and a few earlier updates #255

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: 16
- run: npm ci
- run: npm run build:tsc
- run: npm run lint
- run: npm test