Skip to content

Bump @eslint/js from 9.1.1 to 9.4.0 #626

Bump @eslint/js from 9.1.1 to 9.4.0

Bump @eslint/js from 9.1.1 to 9.4.0 #626

Workflow file for this run

name: build-test
on:
push:
branches: ["master"]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Install dependencies
run: yarn --immutable
- name: Run checks
run: yarn lint
- name: Run tests
run: yarn test