Create bun.yml
This commit is contained in:
parent
bb1e28cf81
commit
a43837891c
1 changed files with 11 additions and 0 deletions
11
.github/workflows/bun.yml
vendored
Normal file
11
.github/workflows/bun.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: my-workflow
|
||||
jobs:
|
||||
my-job:
|
||||
name: my-job
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
- run: bun install
|
||||
- run: bun index.ts
|
||||
- run: bun run build
|
||||
Loading…
Add table
Add a link
Reference in a new issue