aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/.github/workflows/ci.yml b/frontend/.github/workflows/ci.yml
index b765348..ba7139d 100644
--- a/frontend/.github/workflows/ci.yml
+++ b/frontend/.github/workflows/ci.yml
@@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
+ - name: Install
+ run: bun install --frozen-lockfile
- name: Check formatting
run: bun run prettier-check
@@ -20,5 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
+ - name: Install
+ run: bun install --frozen-lockfile
- name: Lint
run: bun run lint