Skip to content

Commit f793cdf

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] markdownlint standardization.
1 parent 6951d46 commit f793cdf

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,13 +9,15 @@ on: # yamllint disable-line rule:truthy
99
branches: ["main"]
1010
workflow_dispatch:
1111

12+
permissions: read-all
13+
1214
jobs:
1315
build:
1416
runs-on: ubuntu-24.04
1517

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

@@ -31,9 +33,6 @@ jobs:
3133
- name: Install dependencies
3234
run: npm install -g markdownlint-cli
3335

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

0 commit comments

Comments
 (0)