We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f793cdf commit bf7a593Copy full SHA for bf7a593
.github/workflows/markdown-lint.yml
@@ -12,7 +12,8 @@ on: # yamllint disable-line rule:truthy
12
permissions: read-all
13
14
jobs:
15
- build:
+ markdownlint:
16
+ name: Markdown Lint
17
runs-on: ubuntu-24.04
18
19
strategy:
.github/workflows/python-coverage.yml
@@ -13,8 +13,8 @@ env:
LOG_LEVEL: INFO
- name: "Run CI"
+ coverage:
+ name: "Python CI Coverage"
fail-fast: false
20
matrix:
.github/workflows/yamllint.yml
@@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
11
lint:
+ name: YAML lint
steps:
- name: Checkout repository
0 commit comments