Skip to content

Commit

Permalink
Fix lint script when files are only deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Aug 8, 2023
1 parent 4a90e2c commit e5ebcbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-check-lint_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Lint and format markdown files
if: ${{ env.DIFF_DOCUMENTS }}
run: |
# Generate random delimiter
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
Expand Down

0 comments on commit e5ebcbf

Please sign in to comment.