try fix cors issues
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -34,9 +34,9 @@ jobs:
|
||||
- name: Install Biome
|
||||
run: bun install -g biome
|
||||
- name: Run Biome lint
|
||||
run: biome lint .
|
||||
run: biome lint --write
|
||||
- name: Run Biome format check
|
||||
run: biome format .
|
||||
run: biome format --write
|
||||
|
||||
build-and-push-docker:
|
||||
needs: [build]
|
||||
|
||||
Reference in New Issue
Block a user