Skip to content

Commit

Permalink
Merge pull request #2 from kion-dgl/kion-dgl-patch-1
Browse files Browse the repository at this point in the history
Create ci.yml
  • Loading branch information
kion-dgl authored Jun 21, 2024
2 parents 9c2e503 + 14de14b commit 2f9be49
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ci-test
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
name: run-test
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1

# run any `bun` or `bunx` command
- run: bun install
- run: bun test

0 comments on commit 2f9be49

Please sign in to comment.