Skip to content

Commit

Permalink
Merge branch 'megalinter' into ibaldoall
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaldonl committed Jun 6, 2024
2 parents a1046b1 + 09f02c4 commit 2d17c60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
pull-requests: write

steps:

# Git Checkout
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -71,7 +70,6 @@ jobs:
# All available variables are described in documentation
# https://megalinter.io/configuration/
env:

# 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
#
Expand Down Expand Up @@ -173,4 +171,3 @@ jobs:
commit_message: "[MegaLinter] Apply linters fixes"
commit_user_name: megalinter-bot
commit_user_email: [email protected]

0 comments on commit 2d17c60

Please sign in to comment.