Skip to content

Commit 37bfa4f

Browse files
committed
fix CI and update gitignore
1 parent fce4b0a commit 37bfa4f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/check_markdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
with:
2424
node-version: '10'
2525

26-
- name: Install dependencies and checkmarkdown
26+
- name: Install dependencies and check markdown
2727
run: |
2828
npm install `cat npm-requirements.txt`
29-
remark . --frail
29+
npx remark . --frail
3030
3131

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ cpp_ptb
1313

1414
# ignore file created by sphynx
1515
/docs/build
16+
17+
# exclude node js stuff
18+
node_modules/*
19+
package-lock.json

0 commit comments

Comments
 (0)