Skip to content

ci: bump install-nix-action to v27 #84

ci: bump install-nix-action to v27

ci: bump install-nix-action to v27 #84

Workflow file for this run

---
name: "Tests"
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
checks:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Enable cache for Nix
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Run Nix checks
run: nix flake check
- name: Build with Nix (runs tests)
run: nix build