Skip to content

Commit

Permalink
Add MD linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-robbani committed Feb 7, 2024
1 parent d7a66ae commit 6c4de2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,18 @@ concurrency:
cancel-in-progress: true

jobs:
# Lint Markdown file job
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v15
with:
globs: '**/*.md'
# Build job
build:
runs-on: ubuntu-latest
needs: lint
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6c4de2a

Please sign in to comment.