Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 #276

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

build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 #276

Workflow file for this run

name: Code Style Checks
on:
push:
branches:
- master
paths-ignore:
- 'website/**'
- 'data/**'
pull_request:
branches:
- master
paths-ignore:
- 'website/**'
- 'data/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: 'yarn'
- run: yarn install
- run: yarn lint