Skip to content

Commit

Permalink
Fix bad YAML in CI definition
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Oct 14, 2023
1 parent 87abc21 commit 93e9a08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
uses: articulate/actions-markdownlint@v1
with:
config: markdownlint-config.json
files: '**/*.md' '**/*.MD'
files: |
'**/*.md'
'**/*.MD'
ignore: _build deps .git .github
# version: 0.28.1

Expand Down

0 comments on commit 93e9a08

Please sign in to comment.