From cf8c2f64aac2a904ef488d25271c79dd200f6775 Mon Sep 17 00:00:00 2001 From: Totto16 Date: Wed, 17 Apr 2024 16:06:24 +0200 Subject: [PATCH] make ci names prettier --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0111b972..9536173c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: Yarn CI on: push: @@ -9,7 +9,8 @@ on: - '*' jobs: - ci: + build: + name: Yarn CI with Node ${{ matrix.node-version }} runs-on: ubuntu-22.04 strategy: