Skip to content

Commit 7afca26

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] markdownlint standarization.
1 parent 2147946 commit 7afca26

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
name: Markdown Lint
43

54
on: # yamllint disable-line rule:truthy
@@ -13,19 +12,18 @@ on: # yamllint disable-line rule:truthy
1312
permissions: read-all
1413

1514
jobs:
16-
build:
15+
markdownlint:
1716
runs-on: ubuntu-24.04
1817

1918
strategy:
2019
matrix:
21-
os: [ubuntu-24.04]
2220
node-version: [22.x]
2321
# See supported Node.js release schedule
2422
# at https://nodejs.org/en/about/releases/
2523

2624
steps:
2725
- name: Checkout repository
28-
uses: actions/checkout@v4
26+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2927

3028
- name: Set up Node.js ${{ matrix.node-version }}
3129
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)