From d75e6fbb39238f209e06f6968a49c47b6674d9f1 Mon Sep 17 00:00:00 2001 From: Mahfuza Humayra Mohona Date: Wed, 8 May 2024 08:23:44 +0600 Subject: [PATCH] add gitHub action for actionlint --- .github/workflows/validate-workflow-schema.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/validate-workflow-schema.yml b/.github/workflows/validate-workflow-schema.yml index 61180b1c..bd86bd98 100644 --- a/.github/workflows/validate-workflow-schema.yml +++ b/.github/workflows/validate-workflow-schema.yml @@ -14,11 +14,5 @@ jobs: - name: Checkout Code uses: actions/checkout@v2 - - name: Download actionlint - id: get_actionlint - run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) - shell: bash - - name: Check workflow files - run: ${{ steps.get_actionlint.outputs.executable }} -color - shell: bash + uses: raven-actions/actionlint@v1 \ No newline at end of file