Skip to content

Commit

Permalink
ci: Tweak syntax of hlint command
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Nov 1, 2023
1 parent f4b2c4f commit abac7c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/uc-crux-llvm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
https://github.com/ndmitchell/hlint/releases/download/v3.3/hlint-3.3-x86_64-linux.tar.gz
tar xvf hlint.tar.gz
pushd crucible-llvm-syntax/
../hlint-3.3/hlint src test
popd
(cd crucible-llvm-syntax/; ../hlint-3.3/hlint src test)
cd uc-crux-llvm/
../hlint-3.3/hlint exe src test
Expand Down

0 comments on commit abac7c9

Please sign in to comment.