Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

add hint for cooklang #15

add hint for cooklang

add hint for cooklang #15

Workflow file for this run

name: Haskell CI
on: [push]
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Nix
uses: cachix/install-nix-action@v6
- name: Build with Nix
run: nix-build
- name: Test
run: nix-shell --run "cabal test"