ShellCheck binaries distributed in .tar.gz
format for Linux and macOS. Used by ShellCheck VS Code extension.
- ShellCheck ships binaries packaged in
.tar.xz
format, in whichbindl
doesn't support by default.
Simply push a new tag to this repository in the format v*.*.*
matching the ShellCheck version. The CI will generate binaries for all supported platforms and upload them to the release.
Example:
git push origin HEAD:refs/tags/v0.10.0 --force
Install dependencies:
npm ci
npm run check
npm run fix