Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 709e0fa

Browse files
authored
Merge pull request #5781 from magento/ds_upd-test-action
[cicd] Update the test Action
2 parents b3c50c2 + 45b0725 commit 709e0fa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- master
77
- develop
8-
paths:
9-
- '**.md'
108

119
jobs:
1210
test:
@@ -18,7 +16,7 @@ jobs:
1816
uses: actions/setup-ruby@v1
1917
with:
2018
ruby-version: 2.6
21-
- name: Install gems
22-
run: bundle install
19+
- name: Install mdl gem
20+
run: gem install mdl
2321
- name: Run mdl
24-
run: rake test:md
22+
run: mdl --style=_checks/styles/style-rules-prod --ignore-front-matter --git-recurse -- .

0 commit comments

Comments
 (0)