From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 8E1B4516A69; Mon, 17 Jul 2023 16:37:11 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 8E1B4516A69 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1689601031; bh=MyC/Bn7wRZ8GKq1Yk9sZGiB2PXt7hAF5xW6whlzKVzs=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=jFnVA0RWD6j4qAQ2KpVqQQzdRUmxXoJVTN/1vhEnJrrL+hXjd95LBvLG1uN6Yq2mP ApOfXr2ngWmS0/aKIx+iCRoFznggW2jGjlDHWpifP9HDTEPgHxEmq/+422wOsmzZ4o h6zCnEN+aC7BasoivkZe8uIYQEMBSOKygkCMAxgg= Received: from mail-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.41]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id DD9AE516A69 for ; Mon, 17 Jul 2023 16:36:39 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org DD9AE516A69 Received: by mail-lf1-f41.google.com with SMTP id 2adb3069b0e04-4fbaef9871cso7035597e87.0 for ; Mon, 17 Jul 2023 06:36:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689600999; x=1692192999; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=goAD6ZQAI7BYSMYtgcEyj3gIEgnU0sHpmmqTbFZ/ohA=; b=Nlr4rq1UFTEglM5BeVED+BlmGixN4t7+FiKvfw2+kukWBcC9e+hIr/mRTZqU12Dc9A e1JhzOJt+a4y8UV0pKv0hLXEvSd7/F/opTf974AJk5jdp8tkeHWg/ght7G3SBTD3EFEL BvGw1Tcj4aetKk+O/qT1zypnjO65V7DcBtQZEAwjB6dg2y19W8fb/kewCN8XLCwgnm9I rG1ovrsT9ZBIHqPjR4/MSN0cM5l6zmr5M4CQVi0vC4B+6ErzPBldqbsND+qpIskWvlER UvgW4YNw7AI3wu+aYB2RoGIp3LXur9bk/nOi2iJLUMvfI75zyK38QoUh9JSCWwNQe+uS mSQA== X-Gm-Message-State: ABy/qLYiNyie7Q0yFhNhHzUQ+K7yFTrFmXdwgVEi5j+9sSQNALMMFusb ZUOo9gIj8vKB6RIiU/4GVdnbxVbQ8cc= X-Google-Smtp-Source: APBJJlHBW268ZtmseEUqaWHPdHkI3zWMdqyjd9voc+JTNO3rKn8zQtKEIEKiNN2QPWoo0v+Uw5+sVw== X-Received: by 2002:a05:6512:10d0:b0:4f9:556b:93c2 with SMTP id k16-20020a05651210d000b004f9556b93c2mr8904501lfg.1.1689600998728; Mon, 17 Jul 2023 06:36:38 -0700 (PDT) Received: from pony.. ([185.6.247.97]) by smtp.gmail.com with ESMTPSA id a19-20020a50ff13000000b0051bed498851sm9989800edu.54.2023.07.17.06.36.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Jul 2023 06:36:38 -0700 (PDT) To: tarantool-patches@dev.tarantool.org, Sergey Kaplun , max.kokryashkin@gmail.com Date: Mon, 17 Jul 2023 16:34:34 +0300 Message-Id: <58508c06a573751a79757628a8c302a89c5f4296.1689600525.git.sergeyb@tarantool.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 1/4][v2] ci: fix a step name X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Sergey Bronnikov via Tarantool-patches Reply-To: Sergey Bronnikov Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" From: Sergey Bronnikov 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