From 5e123a7029dc8c1977b6aae624fb8e4359ae6faf Mon Sep 17 00:00:00 2001 From: Rustam Ibragimov Date: Tue, 26 Nov 2024 02:26:23 +0300 Subject: [PATCH] [github-ci] name as Build at the moment --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb95ace..47d9c80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Test (Linter + TypeCheck + RSpec) +name: Build (Linter + TypeCheck + RSpec) on: [push] jobs: test-previous: