Skip to content

Commit

Permalink
add build test
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Feb 7, 2025
1 parent e813109 commit 62ac1fa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Build
run: bun run build

0 comments on commit 62ac1fa

Please sign in to comment.