diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index f1c9e09..47313ff 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -8,4 +8,4 @@ jobs: - name: lint uses: Roang-zero1/factorio-mod-luacheck@master with: - luacheckrc_url: https://raw.githubusercontent.com/minetest-mods/unified_inventory/master/.luacheckrc \ No newline at end of file + luacheckrc_url: https://raw.githubusercontent.com/minetest-mods/unified_inventory/master/.luacheckrc diff --git a/.luacheckrc b/.luacheckrc index b745ac1..3fcf0d7 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -15,4 +15,4 @@ read_globals = { } files["callbacks.lua"].ignore = { "player", "draw_lite_mode" } -files["bags.lua"].ignore = { "player" } \ No newline at end of file +files["bags.lua"].ignore = { "player" }