[Tarantool-patches] [PATCH 1/4][v2] ci: fix a step name

Maxim Kokryashkin m.kokryashkin at tarantool.org
Mon Jul 17 18:43:15 MSK 2023


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 <tarantool-patches at dev.tarantool.org>:
> 
>From: Sergey Bronnikov < sergeyb at 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.tarantool.org/pipermail/tarantool-patches/attachments/20230717/20afc411/attachment.htm>


More information about the Tarantool-patches mailing list