ci: Fix whitespace issues in CI configuration file
Some checks failed
CI/CD Pipeline / Lint, Test & Build (pull_request) Failing after 21s
CI/CD Pipeline / Security Audit (pull_request) Failing after 6s

This commit is contained in:
2025-05-27 12:54:25 +02:00
parent 89cf3510bc
commit 7093f4845e

View File

@ -21,7 +21,7 @@ jobs:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
run: bun install
- name: Run TypeScript type check
run: bun run type-check