Skip to content

build(deps): bump word-wrap from 1.2.3 to 1.2.5 #244

build(deps): bump word-wrap from 1.2.3 to 1.2.5

build(deps): bump word-wrap from 1.2.3 to 1.2.5 #244

Workflow file for this run

name: run eslint on code
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install modules
run: yarn
- name: run lint
run: yarn lint
env:
CI: true