From dc0abb23ae75ecebea9c15a283286a7b89a016f9 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Sat, 16 Apr 2022 11:51:31 +0530 Subject: [PATCH] chore: set autofix to true --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e6e6132..a184149 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -34,6 +34,6 @@ jobs: eslint: true prettier: true github_token: ${{ secrets.GITHUB_TOKEN }} - auto_fix: false + auto_fix: true eslint_extensions: js commit_message: "style(auto): fix code style issues with ${linter}" \ No newline at end of file