Skip to content

Commit

Permalink
Disable HLint temporarily
Browse files Browse the repository at this point in the history
Disable until haskell/actions#128 is fixed.
  • Loading branch information
slycelote committed Nov 25, 2022
1 parent 80a83eb commit 7d390e9
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,18 @@ jobs:
name: caide
path: libcaide/${{ env.CAIDE_EXE_RELATIVE_PATH }}

- name: Set up HLint
uses: haskell/actions/hlint-setup@v2

- name: Copy HLint config
run: cp libcaide/.hlint.yaml .

- name: Run HLint
uses: haskell/actions/hlint-run@v2
with:
path: libcaide/
fail-on: never
# Disable until https://github.com/haskell/actions/issues/128 is fixed.
# - name: Set up HLint
# uses: haskell/actions/hlint-setup@v2

# - name: Copy HLint config
# run: cp libcaide/.hlint.yaml .

# - name: Run HLint
# uses: haskell/actions/hlint-run@v2
# with:
# path: libcaide/
# fail-on: never

- name: Run tests
shell: bash
Expand Down

0 comments on commit 7d390e9

Please sign in to comment.