Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 (#98) #200

Bump word-wrap from 1.2.3 to 1.2.4 (#98)

Bump word-wrap from 1.2.3 to 1.2.4 (#98) #200

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