소스 검색

Create run validations section

pull/3011/head
Matheus Felipe 2 년 전
부모
커밋
1c3e4eba37
No known key found for this signature in database GPG 키 ID: AA785C523274872F
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. +14
    -0
      scripts/README.md

+ 14
- 0
scripts/README.md 파일 보기

@@ -16,6 +16,20 @@ scripts
links.py
```

## Run validations

To run format validation on the `README.md` file, being in the root directory of public-apis, run:

```bash
$ python scripts/validate/format.py README.md
```

To run link validation on the `README.md` file, being in the root directory of public-apis, run:

```bash
$ python scripts/validate/links.py README.md
```

## Running Tests

To run all tests it is necessary to change to the scripts directory:


불러오는 중...
취소
저장