Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 (#33) #48

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

Bump word-wrap from 1.2.3 to 1.2.4 (#33) #48

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint