diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 25b1d59..ca25582 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -26,9 +26,8 @@ jobs: uses: super-linter/super-linter/slim@v5.7.2 env: # ALL_codebase parse the entire repository and find all files to validate across all types. NOTE: When set to false, only new or edited files will be parsed for validation. - VALIDATE_ALL_CODEBASE: true + VALIDATE_ALL_CODEBASE: false # this work on changed made on that specific commit as :Diff VALIDATE_MARKDOWN: false VALIDATE_YAML: false VALIDATE_NATURAL_LANGUAGE: false # disable linting Text/Markdown GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -