Changeset 52220 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 11/19/2021 07:21:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r52183 r52220 87 87 with: 88 88 path: .cache/phpcs.json 89 key: ${{ runner.os }}-date-${{ steps.get-date.outputs.date }}-phpcs-cache-${{ hashFiles('**/composer.json' ) }}89 key: ${{ runner.os }}-date-${{ steps.get-date.outputs.date }}-phpcs-cache-${{ hashFiles('**/composer.json', 'phpcs.xml.dist') }} 90 90 91 91 - name: Install Composer dependencies
Note: See TracChangeset
for help on using the changeset viewer.