Skip to content

Bump eslint from 9.11.1 to 9.14.0 #68

Bump eslint from 9.11.1 to 9.14.0

Bump eslint from 9.11.1 to 9.14.0 #68

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: NPM Install
# to install eslint
run: npm ci
- name: ESLint
run: npm run lint