We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2147946 commit 7afca26Copy full SHA for 7afca26
.github/workflows/markdown-lint.yml
@@ -1,5 +1,4 @@
1
---
2
-
3
name: Markdown Lint
4
5
on: # yamllint disable-line rule:truthy
@@ -13,19 +12,18 @@ on: # yamllint disable-line rule:truthy
13
12
permissions: read-all
14
15
jobs:
16
- build:
+ markdownlint:
17
runs-on: ubuntu-24.04
18
19
strategy:
20
matrix:
21
- os: [ubuntu-24.04]
22
node-version: [22.x]
23
# See supported Node.js release schedule
24
# at https://nodejs.org/en/about/releases/
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29
30
- name: Set up Node.js ${{ matrix.node-version }}
31
uses: actions/setup-node@v4
0 commit comments