Skip to content

Commit

Permalink
Update markdownlint-cli2-action.yml
Browse files Browse the repository at this point in the history
Remove comments in `markdownlint-cli2-action.yml` file.

Signed-off-by: HarmonicReflux <b.scharpf19@imperial.ac.uk>
  • Loading branch information
HarmonicReflux authored and djmaxus committed Nov 28, 2024
1 parent 8acca6a commit 2965202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdownlint-cli2-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v18
with:
fix: true # Automatically fix fixable issues
globs: '**/*.md' # Target all Markdown files
fix: true
globs: '**/*.md'

0 comments on commit 2965202

Please sign in to comment.