Merge branch 'yusufipk:master' into master

This commit is contained in:
Poyraz
2026-04-16 22:07:32 +03:00
committed by GitHub
27 changed files with 817 additions and 260 deletions
+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