Skip to content

Bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.14.1 in /frontend #513

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

Bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.14.1 in /frontend #513

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