aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-09 00:11:34 -0700
committerFuwn <[email protected]>2024-10-09 00:11:34 -0700
commit7391c4d9589e8f550f516022344b5730496b524a (patch)
treef086fccfc1272d7b2c7192e81e8a7885e37fc9f6 /.github/workflows
parentfeat(pkgs): add zen browser twilight release package (diff)
downloadtsutsumi-7391c4d9589e8f550f516022344b5730496b524a.tar.xz
tsutsumi-7391c4d9589e8f550f516022344b5730496b524a.zip
ci(actions): add omnix ci github actions workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
new file mode 100644
index 0000000..70426ee
--- /dev/null
+++ b/.github/workflows/ci.yaml
@@ -0,0 +1,12 @@
+---
+name: CI
+on: [push, pull_request, workflow_dispatch]
+jobs:
+ ci:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - uses: DeterminateSystems/nix-installer-action@main
+ - name: Install omnix
+ run: nix --accept-flake-config profile install "github:juspay/omnix"
+ - run: om ci