Skip to content

Add Content Move Feature #9

Add Content Move Feature

Add Content Move Feature #9

Workflow file for this run

name: Run Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm --prefix functions install
- run: npm run lint
# - run: npm run prettier
- run: npm run build
- run: npm --prefix functions run build