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

Commit f26e2c1

Browse files
authored
Update test Action
Install only required gem instead of the entire bundle. This test does not require any other gems. This makes the test to pass/fail faster.
1 parent c2bcc8f commit f26e2c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-ruby@v1
1919
with:
2020
ruby-version: 2.6
21-
- name: Install gems
22-
run: bundle install
21+
- name: Install mdl gem
22+
run: gem install mdl
2323
- name: Run mdl
24-
run: rake test:md
24+
run: mdl --style=_checks/styles/style-rules-prod --ignore-front-matter --git-recurse -- .

0 commit comments

Comments
 (0)