add check_projen_files

This commit is contained in:
Shakhzod Khodjaev 2024-01-04 17:25:42 +05:00
parent 887db502c6
commit d1a0d9aea1
3 changed files with 31 additions and 0 deletions

View file

@ -64,6 +64,9 @@ Checks that scripts with shebangs are executable.
#### `check-symlinks`
Checks for symlinks which do not point to anything.
#### `check-projen-files`
Checks for projen files that were updated manually.
#### `check-toml`
Attempts to load all TOML files to verify syntax.