Skip to content

Merge pull request #69 from cachix/create-pull-request/patch #149

Merge pull request #69 from cachix/create-pull-request/patch

Merge pull request #69 from cachix/create-pull-request/patch #149

Workflow file for this run

name: "Build & Test"
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Build
strategy:
fail-fast: false
matrix:
os: [[self-hosted, linux, X64], [macos-13], [self-hosted, macOS, ARM64], [self-hosted, linux, ARM64]]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31
- uses: cachix/cachix-action@v16
with:
name: nixpkgs-python
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -L --keep-going --accept-flake-config --show-trace