Skip to content

Per-user workspace isolation, 20 new fixes, deployment prep #9

Per-user workspace isolation, 20 new fixes, deployment prep

Per-user workspace isolation, 20 new fixes, deployment prep #9

Workflow file for this run

name: NovaForge CI
on:
push:
branches: ["main", "master"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: npm install
- run: python -m pip install -r services/api-python/requirements.txt
- run: npm run lint
- run: npm run build