Skip to content

build(deps-dev): bump typescript-eslint from 8.62.1 to 8.63.0 in /frontend #327

build(deps-dev): bump typescript-eslint from 8.62.1 to 8.63.0 in /frontend

build(deps-dev): bump typescript-eslint from 8.62.1 to 8.63.0 in /frontend #327

Workflow file for this run

name: CI
on:
push:
branches: ["main", "master"]
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: frontend/package-lock.json
- name: Install frontend dependencies
working-directory: frontend
run: npm ci
- name: Build frontend
working-directory: frontend
run: npm run build
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Compile backend
run: python -m compileall backend api