Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #97

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #97

Workflow file for this run

name: ESLint
on:
- pull_request
- push
jobs:
build:
name: Run ESLint
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v1
# Install Node.js
- uses: actions/setup-node@v1
with:
node-version: 12
# Install your dependencies
- run: npm ci
# Run ESLint
- uses: eslint/github-action@v0