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 ECE706BA767; Wed, 11 Oct 2023 19:54:45 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org ECE706BA767 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1697043286; bh=3bGNyNTSUG8KUXmkJUdompw/MLBxOe5ueVFrhJU5G+c=; 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=f9Ecvz4PoR7M0JL17kcSGBvyl+pop6QaAMEZKfkPCqxEo2OSyeRDMccLQPCankqd9 DtN0QrfZadC+PCzRPvtMfJCOiDJizG6fdTnKUYqvTevfeLLmmlJm51JEieto6Hzf2M 4d3cbhxnK/kwrTCN2zOK7v8nECK8SZyyAlWhPPXQ= Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) (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 441AC6BA765 for ; Wed, 11 Oct 2023 19:52:50 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 441AC6BA765 Received: by mail-ej1-f44.google.com with SMTP id a640c23a62f3a-9b2cee55056so1290984566b.3 for ; Wed, 11 Oct 2023 09:52:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697043169; x=1697647969; 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=6vJRuXDD/G3vmaHnfQXr99TBuAJE0FDXVA3n0cTnHhg=; b=Rhe7UV6Dcsd9jHgmM1zWJDg/knYWKZYzDjjumyWY1Q/ApexIYpCP0AF55KzntRQfOU KPjlosSN1QySwEu1wSTu/2hsg4gYWl6m5TxYUhZqrwnyQAxGprCmr/Pl4B03AVKTE0ok GfG9lzZxfQUrc+mz/lbC9ZxL7nbo4a5uVUXdTl7ilaSmAEBq7GLNiKoTRzwB79uYp2DF HC/Z8vDqnnd5GIVY11cgPA3UYrfvcP/ovMWTsVX36dRC9aspYPlxlD1iLc7S25iVA1SC cLdqic2EcRcAb/fWA3BRF65RmObyRrSJsv1WFf7WOyrNvviX1rPE8v8tvo5+wC/9j4hM EatQ== X-Gm-Message-State: AOJu0YyNtZl8geEkdfTtgOPNUCzgyv1mzZegdFXbFoDa2GXqbU8OhXjC nbAGdVZKjDuEAAwQGFMXo/pbOmVuEINtGg== X-Google-Smtp-Source: AGHT+IEKZOZrsEWgeWMLiygWlJyOs9HYcPp3SLk1SPBjAp9MDvoR5x3CDUVFAd5w+/NkIV8SuHqUxA== X-Received: by 2002:a17:907:78c5:b0:9b2:ffca:3890 with SMTP id kv5-20020a17090778c500b009b2ffca3890mr19631436ejc.19.1697043169276; Wed, 11 Oct 2023 09:52:49 -0700 (PDT) Received: from pony.. ([185.6.247.97]) by smtp.gmail.com with ESMTPSA id l12-20020a170906078c00b009b94fe3fc47sm9962409ejc.159.2023.10.11.09.52.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Oct 2023 09:52:49 -0700 (PDT) To: tarantool-patches@dev.tarantool.org, Sergey Kaplun , max.kokryashkin@gmail.com Date: Wed, 11 Oct 2023 19:52:29 +0300 Message-Id: <2240e188707965f350ee603f2260de95d6623fb7.1697042800.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 luajit 4/4][v2] ci: enable codespell 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 The patch adds a GitHub Action, that installs codespell, and adds a job, that runs codespell using CMake target "LuaJIT-codespell". --- .github/workflows/lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 758ff33e..8147b053 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ concurrency: jobs: test-luacheck: runs-on: [self-hosted, lightweight, Linux, x86_64] - name: LuaJIT linters (luacheck, flake8) + name: LuaJIT linters (luacheck, flake8, codespell) steps: - uses: actions/checkout@v3 with: @@ -44,6 +44,7 @@ jobs: sudo apt -y install cmake ninja-build lua5.1 luarocks sudo luarocks install luacheck sudo pip3 install flake8==6.1.0 + sudo pip3 install codespell==2.2.5 # Set CMAKE_BUILD_PARALLEL_LEVEL environment variable to # limit the number of parallel jobs for build/test step. echo CMAKE_BUILD_PARALLEL_LEVEL=$(($(nproc) + 1)) | tee -a $GITHUB_ENV -- 2.34.1