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 f97c4fa commit 44287c9Copy full SHA for 44287c9
.github/workflows/markdown-lint.yml
@@ -9,14 +9,16 @@ on: # yamllint disable-line rule:truthy
9
branches: ["main"]
10
workflow_dispatch:
11
12
+permissions: read-all
13
+
14
jobs:
15
markdownlint:
16
name: Markdown Lint
17
runs-on: ubuntu-24.04
18
19
strategy:
20
matrix:
- node-version: [20.x]
21
+ node-version: [22.x]
22
# See supported Node.js release schedule
23
# at https://nodejs.org/en/about/releases/
24
@@ -32,9 +34,6 @@ jobs:
32
34
- name: Install dependencies
33
35
run: npm install -g markdownlint-cli
36
- - name: Version
- run: markdownlint --version
37
-
38
- name: Lint
39
run: >
40
markdownlint '**/*.md' --ignore node_modules
0 commit comments