Skip to content

Commit f97c4fa

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Better naming for actions.
1 parent 6951d46 commit f97c4fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/markdown-lint.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+
markdownlint:
14+
name: Markdown Lint
1415
runs-on: ubuntu-24.04
1516

1617
strategy:

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