Update README with info on checks. (#6081)

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
Adam R 2021-03-26 00:01:35 +01:00 committed by GitHub
parent 9270b906c0
commit e30d92f371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,13 @@ There are several scripts available for maintainers:
- `npm test` -- Run script unit tests
- `npm lint` -- Run Lint static code check
## On Checks
This repo contais a set of scripts for verification of all the information. Implemented as Typescript scripts, available through `npm run check`, and executed in CI build; checks the whole repo.
There are similar check logic implemeted:
- in assets-management app; for checking changed token files in PRs, or when creating a PR. Implemented as a Typescript library, checks diffs, can be run from browser environment.
- in merge-fee-bot, which runs as a GitHub app shows result in PR comment. Also uses library, but executes in a non-browser environment.
## Trading pair maintenance
Info on supported trading pairs are stored in `tokenlist.json` files.