Skip to content

Basic homepage with file structure #8

Basic homepage with file structure

Basic homepage with file structure #8

Workflow file for this run

name: Test Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- uses: pnpm/action-setup@v2
with:
version: 10
- run: pnpm install
- run: pnpm run build