Skip to content

Go the other way around again and use path instead of string #30

Go the other way around again and use path instead of string

Go the other way around again and use path instead of string #30

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/cachix-action@v12
with:
name: appsys
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check