<HTML><BODY><div>Hi, Sergey!</div><div>Thanks for the patch!</div><div>LGTM</div><div> </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;">Среда, 11 октября 2023, 19:55 +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_16970433171240295435_BODY">From: Sergey Bronnikov <<a href="/compose?To=sergeyb@tarantool.org">sergeyb@tarantool.org</a>><br><br>The patch adds a GitHub Action, that installs codespell, and adds a job,<br>that runs codespell using CMake target "LuaJIT-codespell".<br>---<br> .github/workflows/lint.yml | 3 ++-<br> 1 file changed, 2 insertions(+), 1 deletion(-)<br><br>diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml<br>index 758ff33e..8147b053 100644<br>--- a/.github/workflows/lint.yml<br>+++ b/.github/workflows/lint.yml<br>@@ -29,7 +29,7 @@ concurrency:<br> jobs:<br>   test-luacheck:<br>     runs-on: [self-hosted, lightweight, Linux, x86_64]<br>- name: LuaJIT linters (luacheck, flake8)<br>+ name: LuaJIT linters (luacheck, flake8, codespell)<br>     steps:<br>       - uses: actions/checkout@v3<br>         with:<br>@@ -44,6 +44,7 @@ jobs:<br>           sudo apt -y install cmake ninja-build lua5.1 luarocks<br>           sudo luarocks install luacheck<br>           sudo pip3 install flake8==6.1.0<br>+ sudo pip3 install codespell==2.2.5<br>           # Set CMAKE_BUILD_PARALLEL_LEVEL environment variable to<br>           # limit the number of parallel jobs for build/test step.<br>           echo CMAKE_BUILD_PARALLEL_LEVEL=$(($(nproc) + 1)) | tee -a $GITHUB_ENV<br>--<br>2.34.1</div></div></div></div></blockquote><div> </div></BODY></HTML>