mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
ci(common): don't ignore tokens with missing support status
This commit is contained in:
parent
ea1b7fbd54
commit
b4663dddff
2
Makefile
2
Makefile
@ -72,7 +72,7 @@ cstyle: ## apply code style on low-level C code
|
||||
defs_check: ## check validity of coin definitions and protobuf files
|
||||
jsonlint common/defs/*.json common/defs/*/*.json
|
||||
python3 common/tools/cointool.py check
|
||||
python3 common/tools/support.py check --ignore-missing
|
||||
python3 common/tools/support.py check
|
||||
python3 common/protob/check.py
|
||||
python3 common/protob/graph.py common/protob/*.proto
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user