Skip to content

Commit

Permalink
fix: extensions in phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ines WALLON authored and wallon-ines committed Mar 27, 2021
1 parent 83b5d34 commit a815bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Run phpcs
run: |
./vendor/bin/phpcs --config-set installed_paths vendor/drupal/coder/coder_sniffer/
./vendor/bin/phpcs --standard=Drupal,DrupalPractice www/modules/custom/
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions='php,module,inc,install,test,profile,theme,css,info,txt,md' www/modules/custom/
- uses: actions/setup-node@v1
with:
node-version: 10
Expand All @@ -26,5 +26,5 @@ jobs:
npm i
- name: Run Gulp sass lint
run: |
cd www/themes/custom/drupal_france/
cd www/themes/custom/drupal_france/
./node_modules/gulp/bin/gulp.js lint

0 comments on commit a815bf4

Please sign in to comment.