Skip to content

Commit

Permalink
add names
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed May 22, 2024
1 parent 0352124 commit 039f9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

name: Test (Node ${{ matrix.node-version }})
name: Node ${{ matrix.node-version }}
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 039f9ed

Please sign in to comment.