From 4d8f74d44cd4cc62641ac178c022e6cf3fe9b360 Mon Sep 17 00:00:00 2001 From: homksei Date: Thu, 1 Aug 2024 10:20:48 +0200 Subject: [PATCH] chore(workflows): `FormattersChecks` -> `FormatterChecks` --- .ci/pipeline/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/pipeline/ci.yml b/.ci/pipeline/ci.yml index bf957f2918b..e2fd4d64d36 100755 --- a/.ci/pipeline/ci.yml +++ b/.ci/pipeline/ci.yml @@ -30,7 +30,7 @@ variables: SYSROOT_OS: 'jammy' jobs: -- job: 'FormattersChecks' +- job: 'FormatterChecks' pool: vmImage: '$(VM_IMAGE)' steps: