Make Place/Remove Model Instructions Use Coordinates Local To Parent #120
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |