reviewdog / action-shellcheck

Run shellcheck with reviewdog
https://github.com/marketplace?type=actions&query=reviewdog
MIT License
101 stars 20 forks source link

Error installing koalaman/shellcheck wget command not found #44

Closed jackton1 closed 1 year ago

jackton1 commented 1 year ago

Error occurs when using windows/macOS GitHub runners

Related Logs

Installing shellcheck ... https://github.com/koalaman/shellcheck
  D:\a\_actions\reviewdog\action-shellcheck\v1/script.sh: line 8: wget: command not found
  xz: (stdin): File format not recognized
  tar: Child returned status 1
  tar: Error is not recoverable: exiting now
  cp: cannot stat 'shellcheck-v0.9.0/shellcheck': No such file or directory
 Running shellcheck ...
  D:\a\_actions\reviewdog\action-shellcheck\v1/script.sh: line 72: shellcheck: command not found
  reviewdog: EOF
 Running shellcheck (suggestion) ...
  D:\a\_actions\reviewdog\action-shellcheck\v1/script.sh: line 88: shellcheck: command not found
Error: Process completed with exit code 1.