Skip to content

Move to use self:GetTable in parts, remove prints #217

Move to use self:GetTable in parts, remove prints

Move to use self:GetTable in parts, remove prints #217

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"