feat(ci) add luacheck

This commit is contained in:
emrah
2023-01-24 16:58:43 +03:00
committed by GitHub
parent 60dd26c13b
commit 46f1cb7b4b
10 changed files with 38 additions and 9 deletions

View File

@@ -286,7 +286,7 @@ end
--- retry @param retry number of times
-- @param url endpoint to be called
-- @param retry nr of retries, if retry is
-- @param auth_token value to be passed as auth Bearer
-- @param auth_token value to be passed as auth Bearer
-- nil there will be no retries
-- @returns result of the http call or nil if
-- the external call failed after the last retry