Skip to content

Bump cachix/install-nix-action from 20 to 22 (#39) #51

Bump cachix/install-nix-action from 20 to 22 (#39)

Bump cachix/install-nix-action from 20 to 22 (#39) #51

Workflow file for this run

on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os:
- macos-latest
- ubuntu-20.04
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: tests/run-tests.sh