From ff495558c66463b13ca995b7532c3c3dc714ecf8 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Wed, 9 Oct 2024 10:40:57 -0400 Subject: [PATCH] github: remove yamllint check from code job Signed-off-by: Simon Deziel --- .github/workflows/tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 22a3b756..4e46d9f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,11 +56,6 @@ jobs: # A non-shallow clone is needed for the Differential ShellCheck fetch-depth: 0 - - name: yamllint - uses: ibiqlik/action-yamllint@v3 - with: - file_or_dir: .github/workflows/ - - id: ShellCheck name: Differential ShellCheck uses: redhat-plumbers-in-action/differential-shellcheck@v5