<HTML><BODY><div>Hi!</div><div>Thanks for the patch!</div><div>LGTM, however, I strongly discourage addition of</div><div>non-relevant changes to the series.</div><div data-signature-widget="container"><div data-signature-widget="content"><div>--<br>Best regards,</div><div>Maxim Kokryashkin</div></div></div><div> </div><div> </div><blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;">Понедельник, 17 июля 2023, 16:37 +03:00 от Sergey Bronnikov via Tarantool-patches <tarantool-patches@dev.tarantool.org>:<br> <div id=""><div class="js-helper js-readmsg-msg"><div><div id="style_16896010441673512185_BODY">From: Sergey Bronnikov <<a href="/compose?To=sergeyb@tarantool.org">sergeyb@tarantool.org</a>><br><br>Fixed an incorrect name in a github actions step.<br>---<br> .github/workflows/lint.yml | 2 +-<br> 1 file changed, 1 insertion(+), 1 deletion(-)<br><br>diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml<br>index 71ceee9a..44338f6d 100644<br>--- a/.github/workflows/lint.yml<br>+++ b/.github/workflows/lint.yml<br>@@ -50,6 +50,6 @@ jobs:<br> echo CMAKE_BUILD_PARALLEL_LEVEL=$(($(nproc) + 1)) | tee -a $GITHUB_ENV<br> - name: configure<br> run: cmake -S . -B ${{ env.BUILDDIR }} -G Ninja<br>- - name: test<br>+ - name: luacheck<br> run: cmake --build . --target LuaJIT-luacheck<br> working-directory: ${{ env.BUILDDIR }}<br>--<br>2.34.1</div></div></div></div></blockquote><div> </div></BODY></HTML>