Skip to content

chore(deps): bump word-wrap from 1.2.3 to 1.2.5 #16

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

chore(deps): bump word-wrap from 1.2.3 to 1.2.5 #16

Workflow file for this run

name: lint text
on: [push, pull_request]
jobs:
build:
name: lint text
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
- run: npm install
- name: lint text
run: npm run lint