Skip to content

Commit

Permalink
Try one liner one more time.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Oct 6, 2023
1 parent 1a2ecdc commit f0003c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-and-zip-default-themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,8 @@ jobs:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}

- name: Find zero-byte files
run: find src/wp-content/themes/${{ matrix.theme }} -empty -delete

- name: Ensure version-controlled files are not modified or deleted
run: git diff --exit-code
run: |
[[ ! $(find src/wp-content/themes/${{ matrix.theme }} -empty) ]]
# Tests the build script for themes that have one.
#
Expand Down

0 comments on commit f0003c6

Please sign in to comment.