From 81428d083940f46503387a03b44d5c443d529851 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 22 Oct 2020 14:46:26 -0400 Subject: [PATCH] explain "Schema conformity" a bit more --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b097812cb..afa3fafa1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -142,8 +142,12 @@ jobs: steps: - run: - name: "Schema conformity" + name: "CircleCI YAML schema conformity" command: | + # This isn't a real command. We have to have something in this + # space, though, or the CircleCI yaml schema validator gets angry. + # Since this job is never scheduled this step is never run so the + # actual value here is irrelevant. lint: docker: