Skip to content

Commit

Permalink
fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
awwpotato committed Dec 10, 2024
1 parent e22bdc1 commit 5e3f80e
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
name: Build

on:
pull_request:
pull_request:

jobs:
format:
runs-on: ubuntu-latest
name: Build Application
steps:
- name: Checkout
- uses: actions/checkout@v3

- name: Setup
- uses: oven-sh/setup-bun@v2

- name: Install
- run: bun install

- name: Build
- run: bun run build
format:
runs-on: ubuntu-latest
name: Build Application
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v2
- run: bun install
- name: Build
run: bun run build

0 comments on commit 5e3f80e

Please sign in to comment.