Skip to content

Commit

Permalink
fix: format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
azaleacolburn committed Dec 1, 2024
1 parent 425dfd6 commit 343768f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build

on:
push:
push:
branches:
- main
pull_request:
Expand All @@ -15,12 +15,12 @@ jobs:
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
- run: bun run build

0 comments on commit 343768f

Please sign in to comment.