Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #92

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #92

Workflow file for this run

name: PR Audit
on: [pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: yarn install
- run: yarn run lint