Skip to content

Merge pull request #435 from Astralcircle/patch-1 #360

Merge pull request #435 from Astralcircle/patch-1

Merge pull request #435 from Astralcircle/patch-1 #360

Workflow file for this run

name: GLuaLint
on:
push:
paths:
- 'lua/**'
- '!lua/entities/gmod_wire_expression2/**'
pull_request:
paths:
- 'lua/**'
- '!lua/entities/gmod_wire_expression2/**'
jobs:
Lint:
uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master
with:
config: "./.glualint.json"