1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-21 15:08:12 +00:00

ci: drop redundant yaml check

This commit is contained in:
Martin Milata 2023-02-14 19:31:58 +01:00 committed by matejcik
parent 12b2ea01e8
commit 4d87ac253f

View File

@ -42,13 +42,6 @@ editor prebuild:
script:
- $NIX_SHELL --run "make editor_check"
# All .yml/.yaml files are checked for syntax validity and other correctness.
yaml prebuild:
stage: prebuild
<<: *gitlab_caching
script:
- $NIX_SHELL --run "poetry run make yaml_check"
# Checking the format of release commit messages.
release commit messages prebuild:
stage: prebuild