Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Update README.md

Update README.md #4

Workflow file for this run

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