From 437e41e9fcf3866d766f953a45685ece5957de8d Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Sun, 4 Jul 2021 17:55:11 -0500 Subject: Luacheck: use config file to exclude files --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 16d8fdb2e..697279895 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: sudo luarocks install luacheck - name: Run Luacheck - run: sudo ./scripts/style-check.sh + run: luacheck . stylua: name: StyLua -- cgit v1.2.3-70-g09d2