diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6303443fe..7d4521ed4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 @@ -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