File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v2
1515 - uses : actions/setup-node@v3
1616 with :
17- node-version : ' 12.x '
17+ node-version : ' lts/* '
1818 - name : Install doctoc
1919 run : npm i -g doctoc
2020 - name : Create README copy and diff with doctoc
Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v2
1010 - uses : actions/setup-node@v3
1111 with :
12- node-version : ' 12.x '
12+ node-version : ' lts/* '
1313 - run : npm i -g eclint
1414 - run : eclint check
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v2
1313 - uses : actions/setup-node@v3
1414 with :
15- node-version : ' 12.x '
15+ node-version : ' lts/* '
1616 - name : Install markdown-link-check
1717 run : npm i -g markdown-link-check
1818 - name : Run markdown-link-check on MD files
You can’t perform that action at this time.
0 commit comments