Skip to content

Commit 44287c9

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] markdownlint standardization.
1 parent f97c4fa commit 44287c9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ on: # yamllint disable-line rule:truthy
99
branches: ["main"]
1010
workflow_dispatch:
1111

12+
permissions: read-all
13+
1214
jobs:
1315
markdownlint:
1416
name: Markdown Lint
1517
runs-on: ubuntu-24.04
1618

1719
strategy:
1820
matrix:
19-
node-version: [20.x]
21+
node-version: [22.x]
2022
# See supported Node.js release schedule
2123
# at https://nodejs.org/en/about/releases/
2224

@@ -32,9 +34,6 @@ jobs:
3234
- name: Install dependencies
3335
run: npm install -g markdownlint-cli
3436

35-
- name: Version
36-
run: markdownlint --version
37-
3837
- name: Lint
3938
run: >
4039
markdownlint '**/*.md' --ignore node_modules

0 commit comments

Comments
 (0)