Changeset 62162 for branches/7.0/.github/workflows/coding-standards.yml
- Timestamp:
- 03/27/2026 03:31:44 PM (17 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0/.github/workflows/coding-standards.yml
r61209 r62162 53 53 phpcs: 54 54 name: Coding standards 55 uses: ./.github/workflows/reusable-coding-standards-php.yml55 uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-php.yml@trunk 56 56 permissions: 57 57 contents: read … … 61 61 jshint: 62 62 name: Coding standards 63 uses: ./.github/workflows/reusable-coding-standards-javascript.yml63 uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-javascript.yml@trunk 64 64 permissions: 65 65 contents: read … … 68 68 slack-notifications: 69 69 name: Slack Notifications 70 uses: ./.github/workflows/slack-notifications.yml70 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 71 71 permissions: 72 72 actions: read
Note: See TracChangeset
for help on using the changeset viewer.