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

This commit is contained in:
2025-05-27 12:54:25 +02:00
parent 40980b6e4d
commit 2304c2dba2

View File

@ -10,7 +10,7 @@ jobs:
lint-and-test:
name: Lint, Test & Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
@ -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