Skip to content

Commit 5d1944c

Browse files
committed
Build/Test: Fix documentation that describes each step in coding standard and phpstan workflows.
Props khokansardar, jorbin. See #64894. Fixes #65391. git-svn-id: https://develop.svn.wordpress.org/trunk@62500 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0a9838d commit 5d1944c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/reusable-coding-standards-php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
# Performs the following steps:
3030
# - Checks out the repository.
3131
# - Sets up PHP.
32+
# - Gets last Monday's date for use in cache keys.
3233
# - Configures caching for PHPCS scans.
3334
# - Installs Composer dependencies.
3435
# - Make Composer packages available globally.

.github/workflows/reusable-phpstan-static-analysis-v1.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ jobs:
2323
#
2424
# Performs the following steps:
2525
# - Checks out the repository.
26+
# - Sets up Node.js.
2627
# - Sets up PHP.
27-
# - Installs Composer dependencies.
2828
# - Logs debug information.
29-
# - Configures caching for PHP static analysis scans.
29+
# - Installs Composer dependencies.
3030
# - Make Composer packages available globally.
31+
# - Installs npm dependencies.
32+
# - Builds WordPress.
33+
# - Configures caching for PHPStan static analysis scans.
3134
# - Runs PHPStan static analysis (with Pull Request annotations).
3235
# - Saves the PHPStan result cache.
3336
# - Ensures version-controlled files are not modified or deleted.

0 commit comments

Comments
 (0)