ci: Fix whitespace issues in CI configuration file
This commit is contained in:
@ -10,7 +10,7 @@ jobs:
|
|||||||
lint-and-test:
|
lint-and-test:
|
||||||
name: Lint, Test & Build
|
name: Lint, Test & Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
bun-version: latest
|
bun-version: latest
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install
|
||||||
|
|
||||||
- name: Run TypeScript type check
|
- name: Run TypeScript type check
|
||||||
run: bun run type-check
|
run: bun run type-check
|
||||||
|
Reference in New Issue
Block a user