Skip to content

Bump word-wrap from 1.2.3 to 1.2.5 #61

Bump word-wrap from 1.2.3 to 1.2.5

Bump word-wrap from 1.2.3 to 1.2.5 #61

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: egordm/gha-yarn-node-cache@v1
- name: Install node modules
run: yarn install
- name: Check types
run: yarn typecheck
- name: Check format (prettier)
run: yarn lint:format
- name: Run tests
run: yarn test