You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: if [[ ${{ matrix.phpstan }} == "1" ]]; then rm vendor/mglaman/phpstan-drupal/stubs/Drupal/Core/Field/FieldItemList.stub && cd modules/graphql && ../../vendor/bin/phpstan analyse; fi
113
+
if: ${{ matrix.phpstan == '1' }}
114
+
run: cd modules/graphql && ../../vendor/bin/phpstan analyse
117
115
118
116
- name: Run PHPCS
119
-
run: |
120
-
cd modules/graphql && ../../coder/vendor/bin/phpcs -p
117
+
if: ${{ matrix.phpstan == '1' }}
118
+
run: cd modules/graphql && ../../vendor/bin/phpcs -p
0 commit comments