- Timestamp:
- 05/17/2024 05:41:40 PM (14 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-test-core-build-process.yml
r58164 r58165 1 1 ## 2 # A callable workflow that tests the WordPress Core build process.2 # A reusable workflow that tests the WordPress Core build process. 3 3 ## 4 4 name: Test the WordPress Build Process … … 17 17 type: 'string' 18 18 default: 'src' 19 test-emoji: 20 description: 'Whether to run the grunt precommit:emoji script.' 21 required: false 22 type: 'boolean' 23 default: true 19 24 20 25 env: … … 63 68 64 69 - name: Run Emoji precommit task 70 if: ${{ inputs.test-emoji }} 65 71 run: npm run grunt precommit:emoji 66 72 env:
Note: See TracChangeset
for help on using the changeset viewer.