Skip to content

Commit

Permalink
fix md linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-robbani committed Feb 7, 2024
1 parent 6c4de2a commit dfd03d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v15
with:
# Lint all markdown files in the repo
globs: '**/*.md'
# Automatically fix supported issues
fix: true
# Build job
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dfd03d0

Please sign in to comment.