try fix cors issues
All checks were successful
CI / build (push) Successful in 13s
CI / lint (push) Successful in 7s
CI / build-and-push-docker (push) Successful in 12s

This commit is contained in:
2025-08-29 15:57:21 +02:00
parent 12f1e0ed69
commit 5f5f0c46fe
6 changed files with 31 additions and 19 deletions

View File

@@ -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]