Create bun.yml

This commit is contained in:
Raphaël 2025-08-16 22:24:15 +02:00 committed by GitHub
parent bb1e28cf81
commit a43837891c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
.github/workflows/bun.yml vendored Normal file
View 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