From e260aeadaa1f942425e9f2474c12f451dfd13569 Mon Sep 17 00:00:00 2001 From: Brandon Sturgeon Date: Wed, 16 Nov 2022 23:32:50 -0800 Subject: [PATCH] Update linting workflow to use official (#40) * Update linting workflow to use official * Bump * Update trigger files --- .github/workflows/{glua_lint.yml => glualint.yml} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename .github/workflows/{glua_lint.yml => glualint.yml} (50%) diff --git a/.github/workflows/glua_lint.yml b/.github/workflows/glualint.yml similarity index 50% rename from .github/workflows/glua_lint.yml rename to .github/workflows/glualint.yml index 9c92fab..2e32caa 100644 --- a/.github/workflows/glua_lint.yml +++ b/.github/workflows/glualint.yml @@ -1,12 +1,13 @@ name: GLuaFixer on: + push: + branches: + - master pull_request: - paths: - - 'lua/**' jobs: Lint: - uses: CFC-Servers/github_action_workflows/.github/workflows/lint_glua.yml@feature/shareable + uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master with: config: "https://cfc.gg/configs/gluafixer/glualint.json"