ソースを参照

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:


読み込み中…
キャンセル
保存