Skip to content

fix: add missing icon field to FAQ and index pages; update meta.json … #64

fix: add missing icon field to FAQ and index pages; update meta.json …

fix: add missing icon field to FAQ and index pages; update meta.json … #64

Workflow file for this run

name: Build Test
on: [pull_request, push]
jobs:
build-and-start:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install
- run: bun run build