mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Fix haddock failures (fixes #2216)
This commit is contained in:
parent
d47f3ff986
commit
9e60b3ea84
2 changed files with 8 additions and 6 deletions
|
@ -29,6 +29,8 @@ cabal build ||
|
|||
die "build failed"
|
||||
cabal test ||
|
||||
die "test failed"
|
||||
cabal haddock ||
|
||||
die "haddock failed"
|
||||
|
||||
sc="$(find . -name shellcheck -type f -perm -111)"
|
||||
[ -x "$sc" ] || die "Can't find executable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue