Skip to content

build(deps-dev): bump eslint from 8.57.0 to 9.6.0 #787

build(deps-dev): bump eslint from 8.57.0 to 9.6.0

build(deps-dev): bump eslint from 8.57.0 to 9.6.0 #787

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Node 20 eslint run
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install eslint
run: npm install eslint
- name: Lint
run: make lint