Changeset 53624 for branches/3.7/.github/workflows/coding-standards.yml
- Timestamp:
- 06/30/2022 05:30:48 PM (3 years ago)
- Location:
- branches/3.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
- Property svn:mergeinfo changed
/trunk merged: 50704,50930,51341,51355,51498,51511,51535,51921,51924-51925,51937,52002,52130,52183,52233,53112,53581-53582,53592
- Property svn:mergeinfo changed
-
branches/3.7/.github/workflows/coding-standards.yml
r50626 r53624 94 94 # Performs the following steps: 95 95 # - Checks out the repository. 96 # - Logs debug information about the runner container.97 # - Installs NodeJS 14.96 # - Logs debug information about the GitHub Action runner. 97 # - Installs NodeJS. 98 98 # - Sets up caching for NPM. 99 99 # - Logs updated debug information. 100 # _ Installs NPM dependencies using install-changed to hash the `package.json` file.100 # _ Installs NPM dependencies. 101 101 # - Run the WordPress JSHint checks. 102 # - todo: Configure Slack notifications for failing tests.103 102 jshint: 104 103 name: JavaScript coding standards
Note: See TracChangeset
for help on using the changeset viewer.