Changeset 59673 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 01/21/2025 03:40:51 PM (12 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/coding-standards.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r59252 r59673 50 50 phpcs: 51 51 name: PHP coding standards 52 uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-php.yml@trunk52 uses: ./.github/workflows/reusable-coding-standards-php.yml 53 53 permissions: 54 54 contents: read … … 58 58 jshint: 59 59 name: JavaScript coding standards 60 uses: WordPress/wordpress-develop/.github/workflows/reusable-coding-standards-javascript.yml@trunk60 uses: ./.github/workflows/reusable-coding-standards-javascript.yml 61 61 permissions: 62 62 contents: read … … 65 65 slack-notifications: 66 66 name: Slack Notifications 67 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk67 uses: ./.github/workflows/slack-notifications.yml 68 68 permissions: 69 69 actions: read
Note: See TracChangeset
for help on using the changeset viewer.