Skip to content

chore: Bump @eslint/js from 9.16.0 to 9.17.0 #1437

chore: Bump @eslint/js from 9.16.0 to 9.17.0

chore: Bump @eslint/js from 9.16.0 to 9.17.0 #1437

Workflow file for this run

name: Build
on:
pull_request:
branches: [main, beta]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn check:format
- run: yarn check:lint
- run: yarn test:coverage
- uses: codecov/codecov-action@v3
with:
files: ./coverage/unit/clover.xml,./coverage/integration/clover.xml,./coverage/e2e/clover.xml