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

Commit

Permalink
Fix the mdl version
Browse files Browse the repository at this point in the history
The latest mdl version fails
  • Loading branch information
dshevtsov authored Feb 11, 2020
1 parent 4d59336 commit 6e88ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
ruby-version: 2.6
- name: Install mdl gem
run: gem install mdl
run: gem install mdl -v '0.7.0'
- name: Run mdl
run: mdl --style=_checks/styles/style-rules-prod --ignore-front-matter --git-recurse -- .

0 comments on commit 6e88ba8

Please sign in to comment.