Skip to content

build(deps-dev): bump eslint from 8.57.0 to 9.1.1 #777

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

build(deps-dev): bump eslint from 8.57.0 to 9.1.1 #777

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