Add layers to gm_abandoned_ascot_mall #46
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: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
# Allows running this workflow from the Actions tab | |
workflow_dispatch: | |
jobs: | |
Lint: | |
uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master | |
with: | |
config: "./glualint.json" |