We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9aa00 commit 8d354beCopy full SHA for 8d354be
.github/workflows/submit.yml
@@ -30,7 +30,7 @@ jobs:
30
git config user.name "GitHub Actions"
31
32
- name: Install dependencies
33
- run: bun install
+ run: bun install --frozen-lockfile
34
35
- name: Bump Version
36
id: version
.github/workflows/validate.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: oven-sh/setup-bun@v2
17
18
19
20
21
- name: Run Checks
22
run: bun check
0 commit comments