added action

This commit is contained in:
MasterGordon 2025-07-14 23:45:50 +02:00
parent 4cc9669468
commit a339749978
1 changed files with 11 additions and 0 deletions

11
.github/workflow/bun.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: bun
jobs:
my-job:
name: bun
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run tsc