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