aboutsummaryrefslogtreecommitdiff
path: root/validators/bash
Commit message (Collapse)AuthorAgeFilesLines
* only strip // comments at line start to avoid breaking URLsAlex Pooley (@zuedev)2026-02-051-2/+4
|
* add .gitattributes and strip CRLF from schema loadingAlex Pooley (@zuedev)2026-02-051-2/+2
|
* install GNU sed and use bash shell in CI for AlpineAlex Pooley (@zuedev)2026-02-051-4/+6
|
* use POSIX-compatible sed syntax for AlpineAlex Pooley (@zuedev)2026-02-051-1/+2
|
* handle CRLF line endings and trailing commas in bashAlex Pooley (@zuedev)2026-02-051-3/+3
|
* add CLI validators in Node.js, PowerShell, and BashAlex Pooley (@zuedev)2026-02-052-0/+232
Move validate.js to validators/nodejs/ and add equivalent validators for PowerShell and Bash. Each includes a README with usage instructions and requirements.