Skip to content

Bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.15.0 in /frontend #266

Bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.15.0 in /frontend

Bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.15.0 in /frontend #266

name: Run frontend app tests
on: push
jobs:
Vitest:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "frontend"
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run test