Update linting workflow to use official (#40)

* Update linting workflow to use official

* Bump

* Update trigger files
This commit is contained in:
Brandon Sturgeon 2022-11-16 23:32:50 -08:00 committed by GitHub
parent 0ea194e16f
commit e260aeadaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,13 @@
name: GLuaFixer
on:
push:
branches:
- master
pull_request:
paths:
- 'lua/**'
jobs:
Lint:
uses: CFC-Servers/github_action_workflows/.github/workflows/lint_glua.yml@feature/shareable
uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master
with:
config: "https://cfc.gg/configs/gluafixer/glualint.json"