Skip to content

Bump @eslint/js from 9.14.0 to 9.16.0 #71

Bump @eslint/js from 9.14.0 to 9.16.0

Bump @eslint/js from 9.14.0 to 9.16.0 #71

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