From 352abca792f6e67268ea811bfe9b70a0ae5290e3 Mon Sep 17 00:00:00 2001 From: Touyu Pan Date: Sun, 29 Sep 2024 17:30:14 +0800 Subject: [PATCH] fix: linting error --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 701af78..3e681be 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -9,7 +9,7 @@ on: pull_request: branches: [master, main] -env: # Comment env block if you don't want to apply fixes +#env: # Comment env block if you don't want to apply fixes # Apply linter fixes configuration # APPLY_FIXES: all # When active, APPLY_FIXES must also be defined as environment variable (in github/workflows/mega-linter.yml or other CI tool) # APPLY_FIXES_EVENT: pull_request # Decide which event triggers application of fixes in a commit or a PR (pull_request, push, all)