ci: drop redundant yaml check

pull/2830/head
Martin Milata 1 year ago committed by matejcik
parent 12b2ea01e8
commit 4d87ac253f

@ -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

Loading…
Cancel
Save