Skip to content

Commit

Permalink
Try fixing Markdown CI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Oct 14, 2023
1 parent 8e0fc04 commit 95465ab
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/markdown-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
- name: Run markdownlint
uses: articulate/actions-markdownlint@v1
with:
config: markdownlint-config.json
files: |
'**/*.md'
'**/*.MD'
ignore: |
_build
deps
.git
.github
files: \*.md \*.MD
ignore: _build deps .git .github
# version: 0.28.1

0 comments on commit 95465ab

Please sign in to comment.