Merge pull request #4 from cinarozkan/add-ci-pipeline

ci: add GitHub Actions CI pipeline
This commit is contained in:
Yusuf İpek
2026-04-16 18:36:14 +03:00
committed by GitHub
+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@v2
- run: bun install
- run: bun run check