Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 (#8) #39

Bump word-wrap from 1.2.3 to 1.2.4 (#8)

Bump word-wrap from 1.2.3 to 1.2.4 (#8) #39

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
eslint:
name: Run eslint and prettier
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install packages
run: npm ci
- name: Run linter
run: npm run lint