diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index d0bec6b..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,11 +0,0 @@ -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 \ No newline at end of file