Skip to content

Commit e870f4b

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Better naming for actions.
1 parent 3cfdaa6 commit e870f4b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

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

1313
jobs:
14-
build:
14+
coverage:
15+
name: NodeJS CI Coverage
1516
runs-on: ubuntu-24.04
1617
steps:
1718
- name: Checkout repository

.github/workflows/node.js.yml

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

1313
jobs:
1414
build:
15+
name: NodeJS Jest CI Test
1516
runs-on: ubuntu-24.04
1617
strategy:
1718
matrix:

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
name: YAML lint
43

54
on: # yamllint disable-line rule:truthy
@@ -12,6 +11,7 @@ on: # yamllint disable-line rule:truthy
1211

1312
jobs:
1413
lint:
14+
name: YAML lint
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Checkout repository

0 commit comments

Comments
 (0)