Skip to content

Repositioned copy and SEO so Schuly reads as a plugin-driven portal, … #14

Repositioned copy and SEO so Schuly reads as a plugin-driven portal, …

Repositioned copy and SEO so Schuly reads as a plugin-driven portal, … #14

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run build