azohra / shell-linter

A Github Action for ShellCheck
https://github.com/marketplace/actions/shell-linter
MIT License
66 stars 13 forks source link

Upgrade to shell-linter v0.4.0 🚀 #21

Closed asadmansr closed 2 years ago

asadmansr commented 4 years ago

If anyone is facing the following error while running azohra/shell-linter in their GitHub Actions workflow, please upgrade to the latest version v0.4.0

Issue

ERROR: unsatisfiable constraints:
  so:libffi.so.7 (missing):
    required by: shellcheck-0.7.1-r1[so:libffi.so.7]

Solution

- name: Lint check
  uses: azohra/shell-linter@v0.4.0

We do apologize for any inconvenience and will make sure that this does not happen again. Thank you

asadmansr commented 2 years ago

This is no longer an issue and has been resolved in an older update. Please continue using @latest or the latest specific version found in the releases when referencing shell-linter. Feel free to open a new issue if you are facing any problems. Thank you.