💚 (fix ci script for gitlab)

This commit is contained in:
2025-09-13 13:29:57 +07:00
parent d1d75d6722
commit 05df43c218

View File

@ -1,14 +1,20 @@
image: oven/bun:latest
stages:
- test
- lint
- build
validate-react:
stage: test
before_script:
- curl -fsSL https://bun.sh/install | bash
- export PATH="$HOME/.bun/bin:$PATH"
- bun install
lint:
stage: lint
script:
- echo "Install dependencies..."
- bun install
- echo "Menjalankan lint..."
- bun run lint
- echo "Menjalankan build..."
build:
stage: build
script:
- bun run build