From 039f9ed1b41a2e50a49de96622d7222ccaf2aeb2 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Wed, 22 May 2024 10:48:11 -0600 Subject: [PATCH] add names --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4a7ed10..836f66c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest - name: Lint ${{ matrix.lint-target }} + name: ${{ matrix.lint-target }} strategy: matrix: lint-target: ["c++", "typescript"] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4cd2857..8a1171e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ on: jobs: build: - name: Test (Node ${{ matrix.node-version }}) + name: Node ${{ matrix.node-version }} runs-on: ubuntu-latest strategy: