Skip to content

Commit

Permalink
Merge pull request #7 from xenharmonic-devs/ci
Browse files Browse the repository at this point in the history
Add continuous integration
  • Loading branch information
frostburn authored Jul 17, 2024
2 parents b6fff91 + 14463ff commit 7f55561
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/bun.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Bun CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun test

0 comments on commit 7f55561

Please sign in to comment.