Skip to content

docs: close sprint 16 issue #136 and advance #137 #224

docs: close sprint 16 issue #136 and advance #137

docs: close sprint 16 issue #136 and advance #137 #224

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"