Skip to content

Remove the migrated v1 app from main (#3) #33

Remove the migrated v1 app from main (#3)

Remove the migrated v1 app from main (#3) #33

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
defaults:
run:
working-directory: v2
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: v2/package-lock.json
- run: npm ci
- run: npm test