From f106f5cdaf1d57cc64e70881ba88669d7054d7fb Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Thu, 8 Jun 2023 23:03:39 +0200 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index abd36c3a6..2fb4d83bd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,4 +7,15 @@ jobs: steps: - uses: actions/checkout@v3 - name: Lint - uses: iLLeniumStudios/fivem-lua-lint-action@v2 \ No newline at end of file + uses: iLLeniumStudios/fivem-lua-lint-action@v2 + with: + capture: "junit.xml" + args: "-t --formatter JUnit" + extra_libs: mysql + - name: Generate Lint Report + if: always() + uses: mikepenz/action-junit-report@v3 + with: + report_paths: "**/junit.xml" + check_name: Linting Report + fail_on_failure: false