From 18cd095aa3c9ec5f04510806135b97834f04775b Mon Sep 17 00:00:00 2001 From: Gautham Ganapathy Date: Fri, 13 Oct 2023 13:08:59 +0100 Subject: [PATCH] CI doc --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab0343d..b6ca675 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,5 @@ +# From https://github.com/freckle/stack-action +# https://tech.freckle.com/2021/05/18/haskell-on-actions/ name: CI on: