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 fce4b0a commit 37bfa4fCopy full SHA for 37bfa4f
.github/workflows/check_markdown.yml
@@ -23,9 +23,9 @@ jobs:
23
with:
24
node-version: '10'
25
26
- - name: Install dependencies and checkmarkdown
+ - name: Install dependencies and check markdown
27
run: |
28
npm install `cat npm-requirements.txt`
29
- remark . --frail
+ npx remark . --frail
30
31
.gitignore
@@ -13,3 +13,7 @@ cpp_ptb
13
14
# ignore file created by sphynx
15
/docs/build
16
+
17
+# exclude node js stuff
18
+node_modules/*
19
+package-lock.json
0 commit comments