Compare commits
3 Commits
2304c2dba2
...
7093f4845e
Author | SHA1 | Date | |
---|---|---|---|
7093f4845e
|
|||
89cf3510bc
|
|||
79a84fd255
|
@ -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