Skip to content

Merge branch 'color-tags' of https://github.com/TheNextLvl-net/docs i… #378

Merge branch 'color-tags' of https://github.com/TheNextLvl-net/docs i…

Merge branch 'color-tags' of https://github.com/TheNextLvl-net/docs i… #378

Workflow file for this run

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