We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 330d773 + fb84cc6 commit b24b90cCopy full SHA for b24b90c
3 files changed
.github/workflows/doctoc.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: '12.x'
+ node-version: 'lts/*'
18
- name: Install doctoc
19
run: npm i -g doctoc
20
- name: Create README copy and diff with doctoc
.github/workflows/eclint.yml
@@ -9,6 +9,6 @@ jobs:
9
10
11
12
13
- run: npm i -g eclint
- run: eclint check
.github/workflows/markdown-link-check.yml
@@ -12,7 +12,7 @@ jobs:
- name: Install markdown-link-check
run: npm i -g markdown-link-check
- name: Run markdown-link-check on MD files
0 commit comments