Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: 🐣 Install bun
uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3
with:
bun-version: canary
- name: 📦 Install commitlint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-title-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: 🐣 Install bun
uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3
with:
bun-version: canary
- name: 📦 Install commitlint
Expand Down