File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ on: # yamllint disable-line rule:truthy
1111 workflow_dispatch :
1212
1313jobs :
14- build :
14+ coverage :
15+ name : NodeJS CI Coverage
1516 runs-on : ubuntu-24.04
1617 steps :
1718 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ on: # yamllint disable-line rule:truthy
1212
1313jobs :
1414 build :
15+ name : NodeJS Jest CI Test
1516 runs-on : ubuntu-24.04
1617 strategy :
1718 matrix :
Original file line number Diff line number Diff line change 11---
2-
32name : YAML lint
43
54on : # yamllint disable-line rule:truthy
@@ -12,6 +11,7 @@ on: # yamllint disable-line rule:truthy
1211
1312jobs :
1413 lint :
14+ name : YAML lint
1515 runs-on : ubuntu-24.04
1616 steps :
1717 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments