Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 852 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 852 Bytes

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