Skip to content

Commit

Permalink
Add workflow closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Mar 22, 2023
1 parent 99b2ed2 commit 7dddfb8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/bun.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: lint and test with bun
on:
push:
paths:
- "**/*.js"
pull_request:
paths:
- "**/*.js"
jobs:
testingWithDeno:
runs-on: ubuntu-latest
steps:
- name: Working version
uses: ntongolub/action-setup-bun@v1
with:
bun-version: 0.1.2
- name: Fuentes
uses: actions/checkout@v3
- name: test
run: bun test test/bun

0 comments on commit 7dddfb8

Please sign in to comment.