From c8b9a8d1bffcc3c2d03f5d6ac3a82637f64eccb0 Mon Sep 17 00:00:00 2001 From: Egor Kostan <20955183+ikostan@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:54:38 -0800 Subject: [PATCH] Update lint_test_build_pipeline.yml --- .github/workflows/lint_test_build_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_test_build_pipeline.yml b/.github/workflows/lint_test_build_pipeline.yml index 087bb2a7562..8208a76196f 100644 --- a/.github/workflows/lint_test_build_pipeline.yml +++ b/.github/workflows/lint_test_build_pipeline.yml @@ -23,7 +23,7 @@ jobs: name: YAML Lint uses: iKostanOrg/codewars/.github/workflows/yamllint.yml@master pydocstyle: - name: PYDOCSTYLE Lint + name: PyDocStyle Lint uses: iKostanOrg/codewars/.github/workflows/pydocstyle.yml@master pytest: name: Unitest with pytest