Skip to content

Commit

Permalink
make sure we run only on changed files.
Browse files Browse the repository at this point in the history
  • Loading branch information
shiranr committed Apr 12, 2024
1 parent 3888ecb commit 7e68856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ linters:
cli_version_arg_name: "-version"
cli_lint_fix_arg_name: "--megalinter-fix-flag" # Workaround for MegaLinter
cli_lint_mode: list_of_files
lint_all_files: true
lint_all_files: false
cli_lint_errors_count: regex_sum
cli_lint_errors_regex: "ERROR: ([0-9]+) links check failed, please check the logs"
examples:
Expand Down

0 comments on commit 7e68856

Please sign in to comment.