From 880e97c02edf3148ba2bdc6305ac03eb3c3711e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Mora?= Date: Thu, 4 Jan 2024 23:47:01 +0100 Subject: [PATCH] Remove luacheck --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 349ca4b..3386e1c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -34,8 +34,8 @@ jobs: luarocks install luacheck make -C ./test prepare - - name: Run linter - run: luacheck lua/ test/spec/ + # - name: Run linter + # run: luacheck lua/ test/spec/ - name: Run tests run: make -C ./test test