✅ create basic test for gitlab
create basic linting and building test for gitlab
This commit is contained in:
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
@ -0,0 +1,14 @@
|
||||
image: oven/bun:latest
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
||||
validate-react:
|
||||
stage: test
|
||||
script:
|
||||
- echo "Install dependencies..."
|
||||
- bun install
|
||||
- echo "Menjalankan lint..."
|
||||
- bun run lint
|
||||
- echo "Menjalankan build..."
|
||||
- bun run build
|
||||
Reference in New Issue
Block a user