ci: Fix whitespace issues in CI configuration file
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user