diff options
| author | Fuwn <[email protected]> | 2024-10-09 00:11:34 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-09 00:11:34 -0700 |
| commit | 7391c4d9589e8f550f516022344b5730496b524a (patch) | |
| tree | f086fccfc1272d7b2c7192e81e8a7885e37fc9f6 /.github/workflows | |
| parent | feat(pkgs): add zen browser twilight release package (diff) | |
| download | tsutsumi-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.yaml | 12 |
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 |