diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 6edeb69..3948fba 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -17,4 +17,5 @@ jobs: if: steps.changed-files.outputs.any_changed == 'true' with: globs: ${{ steps.changed-files.outputs.all_changed_files }} - separator: "," \ No newline at end of file + separator: "," + fix: true \ No newline at end of file