Skip to content

Bump eslint from 9.6.0 to 9.7.0 #102

Bump eslint from 9.6.0 to 9.7.0

Bump eslint from 9.6.0 to 9.7.0 #102

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