Skip to content

Commit af114e6

Browse files
committed
build(deps): update ci.yml, package-lock.json and package.json
1 parent 33047e9 commit af114e6

File tree

3 files changed

+1368
-62
lines changed

3 files changed

+1368
-62
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: npm ci
2626
- name: Lint code
2727
run: npm run lint
28+
- name: Lint Markdown files
29+
run: npm run lint:md
2830
- name: Check formatting
2931
run: npm run format
3032
- name: Run tests

0 commit comments

Comments
 (0)