Removed broken linter

This commit is contained in:
ZioPao
2024-08-11 16:15:38 +02:00
parent 857515576e
commit d1f63ab55f

View File

@@ -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