Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Update README.md

Update README.md #13

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