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:
parent
54ac22d555
commit
7165372054
10
.github/workflows/gluafixer.yml
vendored
10
.github/workflows/gluafixer.yml
vendored
@ -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
12
.github/workflows/glualint.yml
vendored
Normal 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"
|
Loading…
Reference in New Issue
Block a user