From 7bd299ec07ec6ac8e4d82c8a329707a5158bd610 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Sun, 30 Oct 2022 15:23:50 +0100 Subject: [PATCH] Use slim lint --- .github/workflows/superlinter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 196a83a..9521d6a 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -34,7 +34,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # Full git history is needed to get a proper # list of changed files within `super-linter` @@ -44,7 +44,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter@v4 + uses: github/super-linter/slim@v4 env: VALIDATE_ALL_CODEBASE: false # Change to 'master' if your main branch differs