瀏覽代碼

Create run validations section

pull/3011/head
Matheus Felipe 2 年之前
父節點
當前提交
1c3e4eba37
沒有發現已知的金鑰在資料庫的簽署中 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:


Loading…
取消
儲存