We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f538a6 commit c6f44a0Copy full SHA for c6f44a0
1 file changed
.github/workflows/linter.yml
@@ -1,8 +1,5 @@
1
name: Linter
2
3
-# Just runs GluaFixer https://github.com/FPtje/GLuaFixer on the repo.
4
-# Derived from ACF-3's workflow
5
-
6
on:
7
push:
8
paths:
@@ -14,15 +11,5 @@ on:
14
11
15
12
16
13
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
+ lint:
+ uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master
0 commit comments