Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #28

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #28

Workflow file for this run

name: 'Lint and check formatting'
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
linter: [prettier, eslint, depcheck]
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: NPM install
run: npm install
- name: Check ${{ matrix.linter }} linter
run: npm run lint:${{ matrix.linter }}