Skip to content

Bump eslint from 8.57.0 to 9.3.0 #841

Bump eslint from 8.57.0 to 9.3.0

Bump eslint from 8.57.0 to 9.3.0 #841

Workflow file for this run

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