setup ci, fix files using biome
This commit is contained in:
19
.gitlab-ci.yml
Normal file
19
.gitlab-ci.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
default:
|
||||
image: oven/bun
|
||||
|
||||
stages:
|
||||
- build
|
||||
- lint
|
||||
|
||||
build:
|
||||
tags:
|
||||
- linux
|
||||
|
||||
|
||||
lint:
|
||||
tags:
|
||||
- linux
|
||||
script:
|
||||
- bun install -g biome
|
||||
- biome check
|
||||
- biome lint
|
||||
Reference in New Issue
Block a user