Skip to content

Commit 8988e8d

Browse files
committed
Add Markdown linting (Ruby) to Actions ci.yml
1 parent e0dabb2 commit 8988e8d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ jobs:
3939
args: "format --check --diff"
4040
changed-files: "true"
4141

42+
mdlint_ruby:
43+
- name: Run mdl-action on current dir
44+
uses: bewuethr/mdl-action@v1
45+
# with:
46+
# directory: .
47+
48+
- name: Run mdl-action on tests dir
49+
uses: bewuethr/mdl-action@v1
50+
with:
51+
style-file: .mdl_style.rb
52+
directory: tests
53+
4254
test:
4355
runs-on: ubuntu-latest
4456
needs:

0 commit comments

Comments
 (0)