Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jun 3, 2023
1 parent 926c97e commit 7032c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Lint
uses: GoatG33k/fivem-lua-lint-action@v1
uses: iLLeniumStudios/fivem-lua-lint-action@v2
with:
capture: "junit.xml"
args: "-t --formatter JUnit"
extra_libs: ox_lib
- name: Generate Lint Report
- name: Lint Report
if: always()
uses: mikepenz/action-junit-report@v3
with:
Expand Down

0 comments on commit 7032c14

Please sign in to comment.