Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 986 Bytes

File metadata and controls

39 lines (26 loc) · 986 Bytes

Important

Archival notice

This repository is archived because VSCode ShellCheck no longer needs it, as bindl now has support for .tar.gz archives by default.

Please chime into vscode-shellcheck/vscode-shellcheck#1653 if you have some feedback.

ShellCheck binaries for the VS Code extension

ShellCheck binaries repackaged in .tar.gz format.

Why?

  • ShellCheck ships binaries packaged in .tar.xz format, and bindl had no support for .tar.xz (but now it does).

How to add a new version?

Simply add the new version to the matrix.

Development

Install dependencies:

npm ci

Check

npm run check

Fix

npm run fix