Skip to content

Bump semver from 5.7.1 to 5.7.2 (#97) #201

Bump semver from 5.7.1 to 5.7.2 (#97)

Bump semver from 5.7.1 to 5.7.2 (#97) #201

Workflow file for this run

name: Test
on:
push:
jobs:
lint:
name: Run Linters and TSC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 18.x
cache: "yarn"
- run: yarn install --immutable
- run: yarn run lint
- run: yarn run type-check