Skip to content

Bump @eslint/js from 9.6.0 to 9.8.0 #94

Bump @eslint/js from 9.6.0 to 9.8.0

Bump @eslint/js from 9.6.0 to 9.8.0 #94

Workflow file for this run

name: 'Unit Tests'
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: current
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build:client:all