Skip to content

Commit

Permalink
Use markdownlint instead of markdownlint-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Oct 1, 2019
1 parent 7a143f9 commit b5bf0e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
command: make precommit
markdownlint:
docker:
- image: node
- image: circleci/ruby:latest
steps:
- checkout
- run:
name: Install markdownlint-cli.
command: npm install -g markdownlint-cli
name: Install markdownlint
command: gem install mdl
- run:
name: Check markdownlint
command: markdownlint .
command: mdl .

workflows:
version: 2
Expand Down

0 comments on commit b5bf0e3

Please sign in to comment.