(Feat): Initial Commit

This commit is contained in:
2026-07-18 18:16:06 +05:30
commit f6085c342b
22 changed files with 3124 additions and 0 deletions

16
.github/workflows/check.yaml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Integration Check CI
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix -L flake check