Skip to content

Commit

Permalink
chore: revert temporary megalinter settings from #2234 (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Mar 19, 2023
1 parent 6965cee commit e5a247f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mega-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
env:
# All available variables are described in documentation
# https://megalinter.io/configuration/
# VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref
# == 'refs/heads/main' }} # Validates all source when push on main, else just the git diff with main. Override with true if you always want to lint all sources
VALIDATE_ALL_CODEBASE: true
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref
== 'refs/heads/main' }} # Validates all source when push on main, else just the git diff with main. Override with true if you always want to lint all sources
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
# DISABLE: COPYPASTE,SPELL # Uncomment to disable copy-paste and spell checks
Expand Down

0 comments on commit e5a247f

Please sign in to comment.