Skip to content

Commit c6f44a0

Browse files
committed
Use linter workflow
1 parent 6f538a6 commit c6f44a0

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

.github/workflows/linter.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Linter
22

3-
# Just runs GluaFixer https://github.com/FPtje/GLuaFixer on the repo.
4-
# Derived from ACF-3's workflow
5-
63
on:
74
push:
85
paths:
@@ -14,15 +11,5 @@ on:
1411

1512

1613
jobs:
17-
build:
18-
runs-on: ubuntu-latest
19-
steps:
20-
- uses: actions/checkout@v1
21-
22-
- name: Download GluaFixer 1.18.2
23-
run: |
24-
curl -o glualint.zip -L https://github.com/FPtje/GLuaFixer/releases/download/1.18.2/glualint-1.18.2-linux.zip
25-
unzip glualint.zip
26-
27-
- name: Lint Code
28-
run: ./glualint lua
14+
lint:
15+
uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master

0 commit comments

Comments
 (0)