Skip to content

chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 9.0.0 #2271

chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 9.0.0

chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 9.0.0 #2271

Workflow file for this run

name: Lint JS
on:
push:
paths:
- '**/*.js'
- 'package.json'
pull_request:
paths:
- '**/*.js'
- 'package.json'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
cache: npm
- run: npm ci
- run: npm run lint