Skip to content

Commit bf7a593

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Better naming for actions.
1 parent f793cdf commit bf7a593

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 2 additions & 1 deletion
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:

.github/workflows/python-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ env:
1313
LOG_LEVEL: INFO
1414

1515
jobs:
16-
build:
17-
name: "Run CI"
16+
coverage:
17+
name: "Python CI Coverage"
1818
strategy:
1919
fail-fast: false
2020
matrix:

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