Skip to content

build(deps-dev): bump rubocop from 1.65.1 to 1.66.1 #2063

build(deps-dev): bump rubocop from 1.65.1 to 1.66.1

build(deps-dev): bump rubocop from 1.65.1 to 1.66.1 #2063

Workflow file for this run

name: JavaScript
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.3
with:
node-version-file: package.json
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn run lint