fixing and updating things mlos sirens

This commit is contained in:
2025-09-15 14:39:31 -07:00
parent fb73448fbc
commit deaecd3504
577 changed files with 1537 additions and 3395 deletions
+20
View File
@@ -0,0 +1,20 @@
name: CI
on: [push, pull_request]
jobs:
lint:
name: Lint Lua Scripts
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint
uses: GoatG33k/fivem-lua-lint-action@v1
with:
capture: "junit.xml"
args: "-t --formatter JUnit"
- name: Publish Test Report
uses: mikepenz/action-junit-report@v2
if: always()
with:
report_paths: "**/junit.xml"
fail_on_failure: 0