Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Jan 27, 2025
1 parent c25f218 commit f27d951
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pangu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
if: ${{ steps.changes.outputs.markdown == 'true' }}
run: |
yarn global add pangu
- name: Test tool
run: pangu -f _docs/zh/administration/backup-request.md
- name: Test cat
run: cat _docs/zh/administration/backup-request.md
- name: Check format
if: ${{ steps.changes.outputs.markdown == 'true' }}
run: for markdown_file in ${{ steps.changes.outputs.markdown_files }}; do pangu -f ${markdown_file}; done
run: for markdown_file in ${{ steps.changes.outputs.markdown_files }}; do diff <(pangu -f ${markdown_file}) <(cat ${markdown_file}); done

0 comments on commit f27d951

Please sign in to comment.