Files
mmkrp_2026/gamemodes/darkrp/.github/workflows/run-glualint.yml
2026-03-15 14:54:49 +03:00

12 lines
194 B
YAML

name: run-glualint
on:
push:
branches:
- master
pull_request:
jobs:
Lint:
uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master
with:
config: "glualint.json"