Skip to content

Commit

Permalink
gh action for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
oofdere authored Aug 3, 2024
1 parent 84cd941 commit 351d67c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
pull_request:
branches:
"main"
name: bun test
jobs:
my-job:
name: bun test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun test

0 comments on commit 351d67c

Please sign in to comment.