Skip to content

Commit 500224f

Browse files
authored
🚀 chore: update CI workflow to simplify dependency installation and enhance build process
1 parent 08c6db1 commit 500224f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ jobs:
1818
bun-version: latest
1919

2020
- name: Install dependencies
21-
run: bun install --frozen-lockfile
21+
run: bun install
2222

2323
- name: Lint 🔍
2424
run: bun run lint
2525

26+
- name: Check 🧪
27+
run: bun run check
28+
2629
- name: Build 🔧
27-
run: bun run build
30+
uses: withastro/action@v5

0 commit comments

Comments
 (0)