Skip to content

Commit 047e347

Browse files
committed
testing with npm
1 parent 7ef7390 commit 047e347

File tree

5 files changed

+2537
-3
lines changed

5 files changed

+2537
-3
lines changed

.github/workflows/markdown_links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
- name: Install remark and plugins
2727
run: |
28-
npm install -g remark-cli remark-inline-links
28+
npm ci
2929
3030
- name: Format links in markdown files
31-
run: remark nexus-next nexus-sdk --no-config --use remark-inline-links --output
31+
run: npx remark nexus-next nexus-sdk --output
3232

3333
- name: Commit changes
3434
run: |

0 commit comments

Comments
 (0)