Add glualint workflow (#21)
* Add glualint workflow * Fix linting violation
This commit is contained in:
parent
eeeb3e367c
commit
1b85661f4f
10
.github/workflows/glualint.yml
vendored
Normal file
10
.github/workflows/glualint.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
name: GLuaFixer
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
Lint:
|
||||
uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master
|
||||
with:
|
||||
config: "https://cfc.gg/configs/gluafixer/glualint.json"
|
Loading…
Reference in New Issue
Block a user