Skip to content

Update dependency: eslint to 9.1.1, update to ESLint 9's "flat" confi… #380

Update dependency: eslint to 9.1.1, update to ESLint 9's "flat" confi…

Update dependency: eslint to 9.1.1, update to ESLint 9's "flat" confi… #380

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install --no-package-lock
- run: npm test
- uses: coactions/setup-xvfb@v1
with:
run: npm run test-ui