1
0
mirror of https://github.com/CFC-Servers/cfc_chip_lister.git synced 2025-03-04 03:03:14 -05:00

Update workflow to official (#7)

This commit is contained in:
Brandon Sturgeon 2022-11-12 21:11:14 -08:00 committed by GitHub
parent 54ac22d555
commit 7165372054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 10 deletions

View File

@ -1,10 +0,0 @@
name: GLuaFixer
on:
pull_request:
paths:
- 'lua/**'
jobs:
lint:
uses: CFC-Servers/github_action_workflows/.github/workflows/lint_glua.yml@feature/shareable

12
.github/workflows/glualint.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: GLuaFixer
on:
pull_request:
paths:
- 'lua/**'
jobs:
lint:
uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master
with:
config: "https://cfc.gg/configs/gluafixer/glualint.json"