From 4d87ac253fb91a737721f8df5fd39eb687eaf9af Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Tue, 14 Feb 2023 19:31:58 +0100 Subject: [PATCH] ci: drop redundant yaml check --- ci/prebuild.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ci/prebuild.yml b/ci/prebuild.yml index 5a886d088b..7c4057c915 100644 --- a/ci/prebuild.yml +++ b/ci/prebuild.yml @@ -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