Changeset 51921 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 10/20/2021 02:40:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r51535 r51921 147 147 - name: Ensure version-controlled files are not modified or deleted 148 148 run: git diff --exit-code 149 150 slack-notifications: 151 name: Slack Notifications 152 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@master 153 needs: [ phpcs, jshint ] 154 if: ${{ always() }}
Note: See TracChangeset
for help on using the changeset viewer.