Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 12 updates #2

chore(deps): bump the npm_and_yarn group across 1 directory with 12 updates

chore(deps): bump the npm_and_yarn group across 1 directory with 12 updates #2

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@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
cache: npm
- run: npm ci
- run: npm run lint