Compare commits

...

3 Commits

Author SHA1 Message Date
7093f4845e 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
2025-05-27 12:54:50 +02:00
89cf3510bc ci: update branch names in CI configuration 2025-05-27 12:54:50 +02:00
79a84fd255 ci: update branch names in CI workflow configuration 2025-05-27 12:54:50 +02:00

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