mirror of
https://github.com/ACF-Team/CFW.git
synced 2025-03-04 03:03:16 -05:00
17 lines
311 B
YAML
17 lines
311 B
YAML
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" |