Skip to content

ShellCheck binaries distributed in .tar.gz format for Linux and macOS, including M1 Macs. Used by ShellCheck VS Code extension.

Notifications You must be signed in to change notification settings

vscode-shellcheck/shellcheck-binaries

Repository files navigation

ShellCheck binaries for the VS Code extension

ShellCheck binaries distributed in .tar.gz format for Linux and macOS. Used by ShellCheck VS Code extension.

Why?

  • ShellCheck ships binaries packaged in .tar.xz format, in which bindl doesn't support by default.

How to generate more binaries?

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

Development

Install dependencies:

npm ci

Check

npm run check

Fix

npm run fix

About

ShellCheck binaries distributed in .tar.gz format for Linux and macOS, including M1 Macs. Used by ShellCheck VS Code extension.

Topics

Resources

Stars

Watchers

Forks