Skip to content

chore: bump word-wrap from 1.2.3 to 1.2.4 #78

chore: bump word-wrap from 1.2.3 to 1.2.4

chore: bump word-wrap from 1.2.3 to 1.2.4 #78

Workflow file for this run

name: 'ESLint'
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: 'Install Node.js dependencies'
run: |
npm ci
- name: 'Linting'
run: npm run lint