Fix FAST names (#539)
* name checker, initial names fix * fix name parser * sdbx -> sbox * explicit names * show total name length * check names in linting action * validate prefix length * fix typo
This commit is contained in:
committed by
GitHub
parent
9076c2f2b0
commit
fbf4d29c88
5
.github/workflows/linting.yml
vendored
5
.github/workflows/linting.yml
vendored
@@ -62,3 +62,8 @@ jobs:
|
||||
id: documentation-links-fabric
|
||||
run: |
|
||||
python3 tools/check_links.py .
|
||||
|
||||
- name: Check name length (fast)
|
||||
id: name-length-fast
|
||||
run: |
|
||||
python3 tools/check_names.py --prefix-length=10 fast/stages
|
||||
|
||||
Reference in New Issue
Block a user