Skip to content

Commit

Permalink
Fix markdown linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst authored and jkilpatr committed Oct 26, 2023
1 parent 091da34 commit aa7d09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Markdown lint
on: [push, pull_request]
on: [push]
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -9,7 +9,7 @@ jobs:
with:
ruby-version: 2.6
bundler-cache: true
- run: gem install mdl
- run: gem install mdl -v 0.11.0
# lint ignoring the line length lint
- run: mdl -r ~MD013 README.md
- run: mdl -r ~MD013 docs/*

0 comments on commit aa7d09a

Please sign in to comment.