Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #24

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #24

Workflow file for this run

name: Test/Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "12.x"
- name: Dependencies
run: npm ci
- name: ESLint
run: npm run lint