Skip to content

Commit

Permalink
Upgrade megalinter to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
gene1wood committed Nov 24, 2022
1 parent 1dc9301 commit 28e2add
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- name: MegaLinter
id: ml
# You can override MegaLinter flavor used to have faster performances
# More info at https://megalinter.github.io/flavors/
uses: megalinter/megalinter/flavors/documentation@v5
# More info at https://megalinter.io/latest/flavors/
uses: oxsecurity/megalinter/flavors/documentation@v6.15.0
env:
# All available variables are described in documentation
# https://megalinter.github.io/configuration/
# https://megalinter.io/latest/configuration/
VALIDATE_ALL_CODEBASE: true # Set ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} to validate only diff with main branch
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# ADD YOUR CUSTOM ENV VARIABLES HERE TO OVERRIDE VALUES OF .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
Expand Down

0 comments on commit 28e2add

Please sign in to comment.