Skip to content

Commit

Permalink
feat: check only new code
Browse files Browse the repository at this point in the history
  • Loading branch information
iGabyTM committed Jun 24, 2024
1 parent aefeef9 commit 99144e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Super-linter
uses: super-linter/[email protected] # x-release-please-version
env:
DEFAULT_BRANCH: main
#EDITORCONFIG_FILE_NAME: .editorconfig
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Will 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: false

0 comments on commit 99144e8

Please sign in to comment.