👷 Add GitHub Actions & Bun script

This commit is contained in:
KaKi87 2025-07-19 14:43:48 +02:00
parent d22632715a
commit 94e2b81576
3 changed files with 62 additions and 0 deletions

20
.github/workflows/bun.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: Bun Test
on:
schedule:
- cron: '0 0 * * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Run script
run: bun main.js