File tree Expand file tree Collapse file tree 5 files changed +3134
-18
lines changed Expand file tree Collapse file tree 5 files changed +3134
-18
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
18
18
generate-mindmap :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
- name : Use Node.js
23
- uses : actions/setup-node@v2
23
+ uses : actions/setup-node@v3
24
24
with :
25
- node-version : 12.x
25
+ node-version : 16
26
26
cache : ' npm'
27
27
cache-dependency-path : pattern-categorization/package-lock.json
28
28
- name : Install Node.js dependencies
Original file line number Diff line number Diff line change 17
17
validate :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- name : Problem Matcher for markdownlint-cli
22
- uses : xt0rted/markdownlint-problem-matcher@v1
22
+ uses : xt0rted/markdownlint-problem-matcher@v2
23
23
- name : Lint pattern files (markdown)
24
24
uses : avto-dev/markdown-lint@v1
25
25
with :
Original file line number Diff line number Diff line change 24
24
- name : Use Node.js
25
25
uses : actions/setup-node@v3
26
26
with :
27
- node-version : 14.x
27
+ node-version : 16
28
28
- name : Run Markdownlint
29
29
run : |
30
30
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ http://creativecommons.org/licenses
6
6
https://isc-inviter.herokuapp.com
7
7
fearlesschangepatterns.com
8
8
https://ulir.ul.ie/bitstream/handle/10344/4443/Stol_2014_inner.pdf
9
- .*@andrew.clegg.*
9
+ .*@andrew.clegg.*
10
+ https://m.dotdev.co/how-to-write-a-readme-that-rocks-bc29f279611a
You can’t perform that action at this time.
0 commit comments