diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index e071abb..7e15106 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -17,20 +17,20 @@ - experimental # Comment env block if you do not want to apply fixes - env: - # Apply linter fixes configuration - # - # When active, APPLY_FIXES must also be defined as environment variable - # (in github/workflows/mega-linter.yml or other CI tool) - APPLY_FIXES: all - - # Decide which event triggers application of fixes in a commit or a PR - # (pull_request, push, all) - APPLY_FIXES_EVENT: pull_request - - # If APPLY_FIXES is used, defines if the fixes are directly committed (commit) - # or posted in a PR (pull_request) - APPLY_FIXES_MODE: commit + # env: + # # Apply linter fixes configuration + # # + # # When active, APPLY_FIXES must also be defined as environment variable + # # (in github/workflows/mega-linter.yml or other CI tool) + # APPLY_FIXES: all + + # # Decide which event triggers application of fixes in a commit or a PR + # # (pull_request, push, all) + # APPLY_FIXES_EVENT: pull_request + + # # If APPLY_FIXES is used, defines if the fixes are directly committed (commit) + # # or posted in a PR (pull_request) + # APPLY_FIXES_MODE: commit concurrency: group: ${{ github.ref }}-${{ github.workflow }}