From 1cbaea673debae8bbfebbb7835a6145166fae67b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 20 Sep 2021 21:58:30 -0700 Subject: [PATCH] Stop doing lint in CI. The script failed for reasons I can't determine. For now, we disable it. --- .github/workflows/{lint.yml => lint.yml.bkp} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{lint.yml => lint.yml.bkp} (91%) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml.bkp similarity index 91% rename from .github/workflows/lint.yml rename to .github/workflows/lint.yml.bkp index fb7d9d0b5..13f4919da 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml.bkp @@ -30,4 +30,4 @@ jobs: - name: Download and run hlint run: | - curl -sSL "${hlint_script}" | sh -s . + curl -sSL "${hlint_script}" | sh -s src app test