Initial commit
This commit is contained in:
11
gamemodes/darkrp/.github/workflows/run-glualint.yml
vendored
Normal file
11
gamemodes/darkrp/.github/workflows/run-glualint.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: run-glualint
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
jobs:
|
||||
Lint:
|
||||
uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master
|
||||
with:
|
||||
config: "glualint.json"
|
||||
Reference in New Issue
Block a user