Skip to content

Commit 3397f1c

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Better naming for actions
1 parent 7916136 commit 3397f1c

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/workflows/java-gradle-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ permissions:
2323

2424
jobs:
2525
coverage:
26+
name: Java CI Coverage with Gradle
2627
runs-on: ubuntu-24.04
2728

2829
steps:

.github/workflows/java-gradle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ permissions:
2323

2424
jobs:
2525
gradle:
26+
name: Java Gradle CI Test
27+
2628
strategy:
2729
matrix:
2830
os: ["windows-2022", "ubuntu-24.04", "macos-14"]

.github/workflows/markdown-lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ on: # yamllint disable-line rule:truthy
1212
permissions: read-all
1313

1414
jobs:
15-
build:
15+
markdownlint:
16+
name: Markdown Lint
1617
runs-on: ubuntu-24.04
1718

1819
strategy:
@@ -23,7 +24,7 @@ jobs:
2324

2425
steps:
2526
- name: Checkout repository
26-
uses: actions/checkout@v4
27+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2728

2829
- name: Set up Node.js ${{ matrix.node-version }}
2930
uses: actions/setup-node@v4

.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)