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 6951d46 commit f97c4faCopy full SHA for f97c4fa
.github/workflows/markdown-lint.yml
@@ -10,7 +10,8 @@ on: # yamllint disable-line rule:truthy
10
workflow_dispatch:
11
12
jobs:
13
- build:
+ markdownlint:
14
+ name: Markdown Lint
15
runs-on: ubuntu-24.04
16
17
strategy:
.github/workflows/yamllint.yml
@@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
lint:
+ name: YAML lint
steps:
- name: Checkout repository
0 commit comments