Hi! Thanks for the patch! LGTM, however, I strongly discourage addition of non-relevant changes to the series. -- Best regards, Maxim Kokryashkin     >Понедельник, 17 июля 2023, 16:37 +03:00 от Sergey Bronnikov via Tarantool-patches : >  >From: Sergey Bronnikov < sergeyb@tarantool.org > > >Fixed an incorrect name in a github actions step. >--- > .github/workflows/lint.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml >index 71ceee9a..44338f6d 100644 >--- a/.github/workflows/lint.yml >+++ b/.github/workflows/lint.yml >@@ -50,6 +50,6 @@ jobs: >           echo CMAKE_BUILD_PARALLEL_LEVEL=$(($(nproc) + 1)) | tee -a $GITHUB_ENV >       - name: configure >         run: cmake -S . -B ${{ env.BUILDDIR }} -G Ninja >- - name: test >+ - name: luacheck >         run: cmake --build . --target LuaJIT-luacheck >         working-directory: ${{ env.BUILDDIR }} >-- >2.34.1