您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

4 个月前
12345678910111213141516
  1. # Public APIs Scripts
  2. This directory contains all validation and testing scripts used by Public APIs.
  3. ```bash
  4. scripts
  5. │ github_pull_request.sh # used to validate changes of a pull request
  6. │ requirements.txt # contains dependencies of validate package
  7. ├───tests # contains all unit tests from the validate package
  8. │ test_validate_format.py
  9. │ test_validate_links.py
  10. └───validate # validate package
  11. format.py
  12. links