Skip to content

Add flag for primary funding method. #323

Add flag for primary funding method.

Add flag for primary funding method. #323

Workflow file for this run

name: Checks
on:
push: {}
workflow_dispatch:
jobs:
build_all:
name: Build All
runs-on: [nix]
steps:
- name: git checkout
uses: actions/checkout@v4
- name: Build Nix
shell: bash
run: |
nix flake check \
--keep-going \
--no-update-lock-file \
--print-build-logs \
--show-trace