Make WordPress Core


Ignore:
Timestamp:
06/30/2022 03:07:49 PM (2 years ago)
Author:
desrosj
Message:

Build/Test Tools: Correct some GitHub Action workflow inline documentation.

See #55652.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/coding-standards.yml

    r53582 r53592  
    116116  # Performs the following steps:
    117117  # - Checks out the repository.
    118   # - Logs debug information about the runner container.
    119   # - Installs NodeJS 14.
     118  # - Logs debug information about the GitHub Action runner.
     119  # - Installs NodeJS.
    120120  # - Logs updated debug information.
    121   # _ Installs NPM dependencies using install-changed to hash the `package.json` file.
     121  # _ Installs NPM dependencies.
    122122  # - Run the WordPress JSHint checks.
    123123  # - Ensures version-controlled files are not modified or deleted.
Note: See TracChangeset for help on using the changeset viewer.