Changeset 51357 for branches/5.8/.github/workflows/coding-standards.yml
- Timestamp:
- 07/06/2021 07:12:23 PM (5 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
.github/workflows/coding-standards.yml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/.github/workflows/coding-standards.yml
r50930 r51357 56 56 # - Runs PHPCS on the full codebase with warnings suppressed. 57 57 # - Runs PHPCS on the `tests` directory without warnings suppressed. 58 # - Ensures version-controlled files are not modified or deleted. 58 59 # - todo: Configure Slack notifications for failing scans. 59 60 phpcs: … … 95 96 run: phpcs tests -q --report=checkstyle | cs2pr 96 97 98 - name: Ensure version-controlled files are not modified during the tests 99 run: git diff --exit-code 100 97 101 # Runs the JavaScript coding standards checks. 98 102 # … … 107 111 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. 108 112 # - Run the WordPress JSHint checks. 113 # - Ensures version-controlled files are not modified or deleted. 109 114 # - todo: Configure Slack notifications for failing tests. 110 115 jshint: … … 150 155 - name: Run JSHint 151 156 run: npm run grunt jshint 157 158 - name: Ensure version-controlled files are not modified or deleted 159 run: git diff --exit-code
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)