Skip to content

Add firewall rule management to cb network command. #993

Add firewall rule management to cb network command.

Add firewall rule management to cb network command. #993

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request: {}
workflow_dispatch: {}
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Install Nix
uses: cachix/install-nix-action@v26
- uses: cachix/cachix-action@v14
with:
name: crunchy-public
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: actions/checkout@v4
- name: nix flake check
run: nix flake check --print-build-logs --keep-going