From 508b149ff977c2a68c955c4fde1d8a63481a7a7a Mon Sep 17 00:00:00 2001 From: Keren Trajtenberg Date: Thu, 25 Jan 2024 15:07:21 +0200 Subject: [PATCH 1/2] fixed default branch attrb in linter --- .github/workflows/actionlint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 82e310a..1e26f1c 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -28,7 +28,6 @@ jobs: DEFAULT_BRANCH: main # To report GitHub Actions status checks, you must provide a GitHub token. GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} - DEFAULT_BRANCH : main VALIDATE_BASH : true VALIDATE_BASH_EXEC : true BASH_SEVERITY : "error" From 3403330903720c93d411a2f3f83bb301a9bd9413 Mon Sep 17 00:00:00 2001 From: Keren Trajtenberg Date: Thu, 25 Jan 2024 16:19:04 +0200 Subject: [PATCH 2/2] removed some lint tests --- .github/workflows/actionlint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 1e26f1c..b61e092 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -32,8 +32,8 @@ jobs: VALIDATE_BASH_EXEC : true BASH_SEVERITY : "error" VALIDATE_GITHUB_ACTIONS : true - VALIDATE_MARKDOWN : true - VALIDATE_NATURAL_LANGUAGE : true + # VALIDATE_MARKDOWN : true + # VALIDATE_NATURAL_LANGUAGE : true VALIDATE_POWERSHELL : true VALIDATE_TERRAFORM_FMT : true VALIDATE_YAML : true