Skip to content

Bump word-wrap from 1.2.3 to 1.2.5 #46

Bump word-wrap from 1.2.3 to 1.2.5

Bump word-wrap from 1.2.3 to 1.2.5 #46

Workflow file for this run

name: Unit Test / Lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run install
run: npm install
- name: Run test
run: npm run lint && npm run test