Skip to content

build(deps-dev): bump eslint from 8.54.0 to 8.56.0 #767

build(deps-dev): bump eslint from 8.54.0 to 8.56.0

build(deps-dev): bump eslint from 8.54.0 to 8.56.0 #767

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