ci: add GitHub Actions workflow for bun check

This commit is contained in:
Çınar Özkan
2026-04-10 23:45:58 +03:00
committed by GitHub
parent 5bff32fef1
commit a70ddae68b
+12
View File
@@ -0,0 +1,12 @@
name: CI
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run check