From 7d42a5fb4f6f1d9dd9b31b45a213fe4337922693 Mon Sep 17 00:00:00 2001 From: Abdulbois Date: Thu, 2 May 2024 19:40:51 +0500 Subject: [PATCH] #560 Enable removing ICA certs Enable actionlint job Signed-off-by: Abdulbois Signed-off-by: Abdulbois --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 6bebdf312..6cab83ae1 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -56,8 +56,8 @@ jobs: if: needs.changes.outputs.workflows == 'true' name: Run actionlint tool to verify lint issues in GitHub actions runs-on: ubuntu-latest -# needs: -# - changes + needs: + - changes steps: - uses: actions/checkout@master - uses: reviewdog/action-actionlint@v1