Skip to content

Commit

Permalink
ci: Update hlint version
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Apr 3, 2024
1 parent e43dc4f commit 4cd0e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- shell: bash
run: |
curl --location -o hlint.tar.gz \
https://github.com/ndmitchell/hlint/releases/download/v3.3/hlint-3.3-x86_64-linux.tar.gz
https://github.com/ndmitchell/hlint/releases/download/v3.8/hlint-3.8-x86_64-linux.tar.gz
tar xvf hlint.tar.gz
cd what4/
../hlint-3.3/hlint src test
../hlint-3.8/hlint src test

0 comments on commit 4cd0e27

Please sign in to comment.