Changeset 51355 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 07/06/2021 06:36:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r50930 r51355 50 50 # - Logs PHP_CodeSniffer debug information. 51 51 # - Runs the PHP compatibility tests. 52 # - Ensures version-controlled files are not modified or deleted. 52 53 # - todo: Configure Slack notifications for failing scans. 53 54 php-comatibility: … … 85 86 - name: Run PHP compatibility tests 86 87 run: phpcs --standard=phpcompat.xml.dist -q --report=checkstyle | cs2pr 88 89 - name: Ensure version-controlled files are not modified or deleted 90 run: git diff --exit-code
Note: See TracChangeset
for help on using the changeset viewer.