Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit be1d7ee

Browse filesBrowse files
authored
ci.yml: Add markdown-lint
1 parent 0a05771 commit be1d7ee
Copy full SHA for be1d7ee

File tree

1 file changed

+10
-0
lines changed
Filter options

1 file changed

+10
-0
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ jobs:
2424
build_dir: public
2525
target_branch: master
2626
keep_history: true
27+
lint:
28+
name: Lint changelog file
29+
runs-on: ubuntu-latest
30+
steps:
31+
- uses: actions/checkout@v2
32+
- name: Lint changelog file
33+
uses: avto-dev/markdown-lint@v1
34+
with:
35+
args: 'content/posts/*/*.md'
36+

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.