Skip to content

Commit

Permalink
Add Markdownlint to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobdz committed May 26, 2023
1 parent 440dc1d commit 9911bfa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DavidAnson/markdownlint-cli2-action@v10
with:
globs: |
*.md

0 comments on commit 9911bfa

Please sign in to comment.