Skip to content

chore: rename bootstrap project to cineweave-platform #2

chore: rename bootstrap project to cineweave-platform

chore: rename bootstrap project to cineweave-platform #2

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main, develop]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: echo "Add lint/typecheck/test/build commands after app scaffold"