Skip to content

Commit 5c9eb82

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] markdownlint run simplified.
1 parent d46835f commit 5c9eb82

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ on: # yamllint disable-line rule:truthy
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
14-
strategy:
15-
matrix:
16-
os: ["ubuntu-latest"]
17-
node-version: [20.x]
18-
# See supported Node.js release
19-
# schedule at https://nodejs.org/en/about/releases/
13+
node-version: [20.x]
14+
# See supported Node.js release
15+
# schedule at https://nodejs.org/en/about/releases/
2016

2117
steps:
2218
- name: Checkout repository

0 commit comments

Comments
 (0)