Skip to content

Commit

Permalink
Update markdown.yaml (#455)
Browse files Browse the repository at this point in the history
* Update markdown.yaml

only run mdlint on docs

* Update markdown.yaml
  • Loading branch information
evilnick committed May 30, 2024
1 parent b3812bd commit 754f8e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
fetch-depth: 0
- uses: tj-actions/changed-files@v44
id: changed-files
with:
files: |
docs/src/snap/**
docs/src/charm/**
- uses: DavidAnson/markdownlint-cli2-action@v16
if: steps.changed-files.outputs.any_changed == 'true'
with:
Expand Down

0 comments on commit 754f8e0

Please sign in to comment.