Skip to content

feat(nix): install shell completions and man page #2

feat(nix): install shell completions and man page

feat(nix): install shell completions and man page #2

Workflow file for this run

name: Nix
on:
push:
branches: [master, release/*]
pull_request:
branches: [master, release/*]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- name: Run nix flake check
run: nix flake check --print-build-logs
- name: Run nix build
run: nix build --print-build-logs