Skip to content

allow "attach" and "down" subcommands to work, show it in ponysay example #317

allow "attach" and "down" subcommands to work, show it in ponysay example

allow "attach" and "down" subcommands to work, show it in ponysay example #317

Workflow file for this run

name: "CI"
on:
push:
branches:
- main
pull_request:
jobs:
checks:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-14]
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