Skip to content

Commit

Permalink
Update megalinter.yml (#16)
Browse files Browse the repository at this point in the history
disable `VALIDATE_ALL_CODEBASE` because this is a small project and the errors aren't useful if it always fails
  • Loading branch information
leeter authored Jan 22, 2024
1 parent 7d526b3 commit 6293581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/megalinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
# github.event_name == 'push' &&
# contains(fromJSON('["refs/heads/main", "refs/heads/master"]'), github.ref)
# }}
VALIDATE_ALL_CODEBASE: false

GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE
Expand Down

0 comments on commit 6293581

Please sign in to comment.