diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2021-07-04 17:55:11 -0500 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-07-05 12:39:32 +0200 |
| commit | 437e41e9fcf3866d766f953a45685ece5957de8d (patch) | |
| tree | 4f8bb1beb59d5c24138361dbff5fe9a0dd2481ca /.github/workflows/lint.yml | |
| parent | 8b876207e6ed1a5b7cd07d1525a917f121f6b018 (diff) | |
Luacheck: use config file to exclude files
Diffstat (limited to '.github/workflows/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 16d8fdb2..69727989 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 |
