From d7db4dbd783db55c9a17af20304f716454066541 Mon Sep 17 00:00:00 2001 From: Brandon Sturgeon Date: Mon, 26 Sep 2022 10:16:52 -0700 Subject: [PATCH] Add glualint workflow (#33) --- .github/workflows/glualint.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/glualint.yml diff --git a/.github/workflows/glualint.yml b/.github/workflows/glualint.yml new file mode 100644 index 0000000..4c0929d --- /dev/null +++ b/.github/workflows/glualint.yml @@ -0,0 +1,10 @@ +name: GLuaFixer + +on: + pull_request: + +jobs: + Lint: + uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master + with: + config: "https://cfc.gg/configs/gluafixer/glualint.json"