From 42a18e5a125a82075035209050aac5fb8cc0b806 Mon Sep 17 00:00:00 2001 From: iLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Tue, 3 May 2022 12:00:09 +0200 Subject: [PATCH] Delete lint.yml --- workflows/lint.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 workflows/lint.yml diff --git a/workflows/lint.yml b/workflows/lint.yml deleted file mode 100644 index 0d17417..0000000 --- a/workflows/lint.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Lint -on: [push, pull_request] -jobs: - lint: - name: Lint Lua Scripts - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Lint - uses: iLLeniumStudios/fivem-lua-lint-action@v1-backticks - with: - capture: "junit.xml" - args: "-t --formatter JUnit" - - name: Publish Test Report - uses: mikepenz/action-junit-report@v2 - with: - report_paths: "**/junit.xml" - fail_on_failure: 0