Changeset 49369 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 10/29/2020 01:20:42 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r49227 r49369 80 80 # - Sets up caching for NPM. 81 81 # - Logs updated debug information. 82 # _ Installs NPM dependencies .82 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. 83 83 # - Run the WordPress JSHint checks. 84 84 # - todo: Configure Slack notifications for failing tests. … … 121 121 122 122 - name: Install Dependencies 123 run: np m ci123 run: npx install-changed --install-command="npm ci" 124 124 125 125 - name: Run JSHint
Note: See TracChangeset
for help on using the changeset viewer.