diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/lint.yml.bkp (renamed from .github/workflows/lint.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.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 |