aboutsummaryrefslogtreecommitdiff
path: root/validators
Commit message (Collapse)AuthorAgeFilesLines
* use i=$((i+1)) instead of ((i++)) to avoid set -e exitAlex Pooley (@zuedev)2026-02-051-1/+1
|
* 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-056-0/+797
Move validate.js to validators/nodejs/ and add equivalent validators for PowerShell and Bash. Each includes a README with usage instructions and requirements.