Skip to content

Commit cd7094d

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] markdownlint simplified
1 parent be3f944 commit cd7094d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,14 @@ jobs:
1616
name: Markdown Lint
1717
runs-on: ubuntu-24.04
1818

19-
strategy:
20-
matrix:
21-
node-version: [22.x]
22-
# See supported Node.js release schedule
23-
# at https://nodejs.org/en/about/releases/
24-
2519
steps:
2620
- name: Checkout repository
2721
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2822

29-
- name: Set up Node.js ${{ matrix.node-version }}
23+
- name: Set up Node.js
3024
uses: actions/setup-node@v5
3125
with:
32-
node-version: ${{ matrix.node-version }}
26+
node-version: 22.x
3327

3428
- name: Install dependencies
3529
run: npm install -g markdownlint-cli

0 commit comments

Comments
 (0)