chore: synced local './' with remote 'repo-template/'

This commit is contained in:
qbox-duck[bot]
2024-03-13 14:30:32 +00:00
committed by GitHub
parent b672697a7f
commit 44b58b5754
6 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ jobs:
name: Lint Resource
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Lint
@@ -16,7 +16,7 @@ jobs:
extra_libs: ox_lib+mysql+qblocales+qbox+qbox_playerdata+qbox_lib
- name: Generate Lint Report
if: always()
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
with:
report_paths: "**/junit.xml"
check_name: Linting Report