Skip to content

Merge pull request #98 from gitmonkee/feature/drupal-10-compatibility #12

Merge pull request #98 from gitmonkee/feature/drupal-10-compatibility

Merge pull request #98 from gitmonkee/feature/drupal-10-compatibility #12

Workflow file for this run

name: Code standards & tests
on: [push]
jobs:
testing:
name: Php code standard check
runs-on: ubuntu-latest
steps:
- name: Checkout the dvf repo
uses: actions/checkout@v2
- 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" . --ignore=vendor