Skip to content

Merge pull request #97 from gitmonkee/feature/fix-deprecations-in-dru… #11

Merge pull request #97 from gitmonkee/feature/fix-deprecations-in-dru…

Merge pull request #97 from gitmonkee/feature/fix-deprecations-in-dru… #11

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