mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 20:49:55 +00:00
ci: centralize bun setup to reduce duplication and improve caching
This commit is contained in:
parent
24a5b16af8
commit
3ad6f84adb
9 changed files with 28 additions and 55 deletions
4
.github/workflows/stats.yml
vendored
4
.github/workflows/stats.yml
vendored
|
|
@ -16,9 +16,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
uses: ./.github/actions/setup-bun
|
||||
|
||||
- name: Run stats script
|
||||
run: bun script/stats.ts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue