Skip to content

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

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 #353

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
name: Lint the project
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Run linter
run: make lint