Skip to content

Bump actions/checkout from 3 to 4 #58

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #58

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v22
- run: nix-build -A checks.$(nix-instantiate --eval -E '(builtins.currentSystem)')