Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 in /fuzz #410

Bump word-wrap from 1.2.3 to 1.2.4 in /fuzz

Bump word-wrap from 1.2.3 to 1.2.4 in /fuzz #410

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run lint
- run: npm run check-format