Skip to content

Merge branch 'main' of github.com:seanhess/hyperbole #94

Merge branch 'main' of github.com:seanhess/hyperbole

Merge branch 'main' of github.com:seanhess/hyperbole #94

Workflow file for this run

name: Haskell CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check packages
run: |
nix flake check