Skip to content

CI: Add a workflow for building and testing MzPeak #1

CI: Add a workflow for building and testing MzPeak

CI: Add a workflow for building and testing MzPeak #1

Workflow file for this run

name: "Build and Test"
on:
pull_request:
branches: [ "trunk" ]
push:
branches: [ "trunk" ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v34
- run: nix flake check --print-build-logs