[Tarantool-patches] [PATCH 1/5][v3] ci: fix a step name
Sergey Bronnikov
estetus at gmail.com
Wed Aug 2 11:52:18 MSK 2023
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 70c98104..8154a622 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -48,6 +48,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
More information about the Tarantool-patches
mailing list