Skip to content

Commit

Permalink
make sure markdownlint sees the file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Sep 17, 2022
1 parent 83f147f commit e9d10d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
run: |
yarn
yarn markdownlint -c .github/lint/markdown.json -- ${{ steps.changed-files.outputs.all_changed_files }}
yarn markdownlint ${{ steps.changed-files.outputs.all_changed_files }}
rubocop:
runs-on: ubuntu-latest
Expand Down
File renamed without changes.

0 comments on commit e9d10d4

Please sign in to comment.