Skip to content

Commit

Permalink
fix: uncomment the PHPCS commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rishtigupta committed Mar 13, 2024
1 parent 3a9f19e commit 3c8002e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ jobs:
- name: Run PHPCS
working-directory: ${{ env.DRUPAL_ROOT }}
run: |
# vendor/bin/phpcs $MODULE_FOLDER --standard=Drupal \
# --extensions=php,module,inc,install,test,info
vendor/bin/phpcs $MODULE_FOLDER --standard=Drupal \
--extensions=php,module,inc,install,test,info
- name: Start Drush webserver and chromedriver
working-directory: ${{ env.DRUPAL_ROOT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:
- name: Run PHPCS
working-directory: ${{ env.DRUPAL_ROOT }}
run: |
# vendor/bin/phpcs $MODULE_FOLDER --standard=Drupal \
# --extensions=php,module,inc,install,test,info
vendor/bin/phpcs $MODULE_FOLDER --standard=Drupal \
--extensions=php,module,inc,install,test,info
- name: Start Drush webserver and chromedriver
working-directory: ${{ env.DRUPAL_ROOT }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
.idea/
.DS_Store

0 comments on commit 3c8002e

Please sign in to comment.