Skip to content

Commit 5aa3eb3

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Better naming for actions.
1 parent c2ac45b commit 5aa3eb3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/node-coverage.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on: # yamllint disable-line rule:truthy
1010
workflow_dispatch:
1111

1212
jobs:
13-
build:
13+
coverage:
14+
name: NodeJS CI Coverage
1415
runs-on: ubuntu-24.04
1516

1617
steps:

.github/workflows/yamllint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
1111

1212
jobs:
1313
lint:
14+
name: YAML lint
1415
runs-on: ubuntu-24.04
1516
steps:
1617
- name: Checkout repository

0 commit comments

Comments
 (0)