Skip to content

chore: Test on MacOS and with Determinate installer #5

chore: Test on MacOS and with Determinate installer

chore: Test on MacOS and with Determinate installer #5

Workflow file for this run

on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test:
strategy:
matrix:
runs-on:
- ubuntu-22.04
- macos-13
uses:
- cachix/install-nix-action@main
- DeterminateSystems/nix-installer-action@main
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- uses: ${{ matrix.uses }}
- uses: ./
- run: actionlint
- run: shellcheck nix-develop-gha.sh