We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db66a6 commit aabb69aCopy full SHA for aabb69a
.github/workflows/ci.yml
@@ -60,6 +60,9 @@ jobs:
60
- name: Install dependencies
61
run: composer --verbose install
62
63
+ - name: Validate composer.json structure
64
+ run: composer normalize --dry-run
65
+
66
# @see https://www.drupal.org/node/3176567
67
- name: Install testing dependency
68
if: ${{ matrix.php-versions == '8.1' }}
0 commit comments