Changeset 53592 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 06/30/2022 03:07:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r53582 r53592 116 116 # Performs the following steps: 117 117 # - 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. 120 120 # - Logs updated debug information. 121 # _ Installs NPM dependencies using install-changed to hash the `package.json` file.121 # _ Installs NPM dependencies. 122 122 # - Run the WordPress JSHint checks. 123 123 # - Ensures version-controlled files are not modified or deleted.
Note: See TracChangeset
for help on using the changeset viewer.