Skip to content

Commit ad0c0ef

Browse files
GarthDBcursoragent
andcommitted
Fix markdown linting to use Rakefile task instead of hardcoded command
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent b26caca commit ad0c0ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: npm ci
4949

5050
- name: Lint Markdown
51-
run: bundle exec mdl ./ -r ~MD002,~MD013,~MD026,~MD028,~MD029,~MD032,~MD033,~MD034
51+
run: bundle exec rake markdown_lint
5252

5353
- name: Lint SCSS
5454
run: npm run stylelint

0 commit comments

Comments
 (0)