Skip to content

Test 0.12.0

Test 0.12.0 #57

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
lints:
name: Test
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
with:
nix-installer-pr: 645
extra-conf: |
# Swoop de doop
# Beep boop
extra-experimental-features = repl-flake
- run: cat /etc/nix/nix.conf
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check
- run: nix run