Skip to content

Commit 298da5a

Browse files
author
Ahmad Nassri
committed
ci(lint): tweak markdown lint
1 parent 96e9193 commit 298da5a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/linters/.markdown-lint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ MD034: true
108108

109109
# Horizontal rule style
110110
MD035:
111-
style: "---"
112-
111+
style: "----"
113112

114113
# Emphasis used instead of a heading
115114
MD036:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/[email protected]
1515

1616
# run checks
17-
- run: npm audit --audit-level=moderate
17+
- run: npm audit --audit-level=critical
1818

1919
release:
2020
needs: dependencies

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,3 @@ last release version prerelease component
171171
> default: `N/A`
172172

173173
last release version buildmetadata component
174-

0 commit comments

Comments
 (0)