25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 481 B

4 ay önce
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