Skip to content

feat(web): add edit desk MVP with export and pre-export checklist #22

feat(web): add edit desk MVP with export and pre-export checklist

feat(web): add edit desk MVP with export and pre-export checklist #22

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"