Skip to content

Commit

Permalink
Updated Megalinter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Nov 25, 2024
1 parent e3d8e0e commit 259dad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

# Decide which event triggers application of fixes in a commit or a PR
# (pull_request, push, all)
APPLY_FIXES_EVENT: 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: pull_request
APPLY_FIXES_MODE: commit

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
3 changes: 2 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ SHOW_ELAPSED_TIME: true
FILEIO_REPORTER: false

# Uncomment if you want MegaLinter to detect errors but not block CI to pass
DISABLE_ERRORS: true
DISABLE_ERRORS: false
GITHUB_COMMENT_REPORTER: true
GITHUB_STATUS_REPORTER: true

0 comments on commit 259dad2

Please sign in to comment.