Skip to content

Commit

Permalink
Merge pull request #329 from bitpredator/develop
Browse files Browse the repository at this point in the history
Update linter.yml
  • Loading branch information
bitpredator authored May 5, 2023
2 parents 01d304c + d2d14cd commit bf5eaa2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit bf5eaa2

Please sign in to comment.