Skip to content

Commit

Permalink
chore(ci): fix ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernxst committed Jun 3, 2024
1 parent ef3e91d commit 82be395
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 44 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:

- name: 📤 Install Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: 📤 Install dependencies
run: bun install
Expand All @@ -60,6 +62,8 @@ jobs:

- name: 📤 Install Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: 📤 Install dependencies
run: bun install
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/cleanup.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
triage:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'Ernxst' }}
if: ${{ github.repository_owner == 'galaxiajs' }}
steps:
- uses: actions/labeler@v4
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:

- name: 📤 Install Bun
uses: oven-sh/setup-bun@v1

with:
bun-version: latest

- name: 📤 Install dependencies
run: bun install

Expand Down

0 comments on commit 82be395

Please sign in to comment.