Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.2.0 #2665

chore(deps-dev): bump eslint from 8.57.0 to 9.2.0

chore(deps-dev): bump eslint from 8.57.0 to 9.2.0 #2665

Workflow file for this run

name: Linter
on:
pull_request:
push:
branches:
- master
- release/*
env:
FORCE_COLOR: true
jobs:
eslint:
runs-on: ubuntu-20.04
name: ESLint
steps:
- name: "Checkout"
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Install Node.js"
uses: actions/setup-node@v3
with:
node-version: 18
- name: "Install dependencies"
run: npm ci
- name: "Lint files"
run: "npm run eslint"