Add Continuous Integration and LuaCheck (#71)

All warnings have been fixed as well.
This commit is contained in:
David Leal
2022-06-16 05:06:35 -05:00
committed by GitHub
parent 03d424fea7
commit b769824d24
6 changed files with 30 additions and 6 deletions

View File

@ -115,7 +115,7 @@ internal.get_pages_count = function(callback, ...)
callback(math.ceil(list.pages / 20), unpack(vars))
end)
end
-- Function to fetch a range of pages
internal.fetch_function = function(pages_total, start_page, len)
start_page = math.max(start_page, 1)