Skip to content

Merge pull request #60 from cachix/renovate/cachix-install-nix-action… #128

Merge pull request #60 from cachix/renovate/cachix-install-nix-action…

Merge pull request #60 from cachix/renovate/cachix-install-nix-action… #128

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@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
- uses: cachix/cachix-action@v15
with:
name: nixpkgs-python
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -L --keep-going --accept-flake-config --show-trace