Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thery-dh authored Jun 30, 2021
1 parent 2e28a9a commit 0d62442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- name: Checkout the dvf repo
uses: actions/checkout@v2
- name: Check coding standards for modules and theme
- name: Check coding standards for dvf module
uses: docker://hussainweb/drupalqa:php7.4
with:
args: phpcs -p -n --standard="Drupal" --extensions="php,module,inc,install,test,profile,theme,css,info,txt,md,yml" .
args: phpcs -p -n --standard="Drupal" --extensions="php,module,inc,install,test,profile,theme,css,info,txt,md,yml" . --ignore=vendor

0 comments on commit 0d62442

Please sign in to comment.