From e3ca69eb3fff3daf55315f3b6ce7dd977a903aaa Mon Sep 17 00:00:00 2001 From: elmarzouguidev Date: Wed, 18 Oct 2023 10:29:00 +0100 Subject: [PATCH] Try to fix Lint problems v-2 --- .github/workflows/coding-standards.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 0df8931..3cd4a58 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -4,7 +4,7 @@ on: push: branches: - main - pull_request: + pull_request_target: jobs: lint: @@ -33,4 +33,3 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Fix code styling - push_options: --force