From d2d14cd63af16f499d3453ecca81273e83b2f0d2 Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Fri, 5 May 2023 20:04:19 +0200 Subject: [PATCH] Update linter.yml --- .github/workflows/linter.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e1498a651..eefd311da 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,13 +1,11 @@ name: Lint -on: [push, pull_request_target] +on: [push, pull_request] jobs: lint: name: Lint Resource runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - ref: ${{ github.event.pull_request.head.sha }} + - uses: actions/checkout@v3 - name: Lint uses: iLLeniumStudios/fivem-lua-lint-action@v2 with: