Docker image with phpqa
https://github.com/nuwber/phpqa-docker/pkgs/container/phpqa-docker
name: Code checkon: [push]jobs:code-check:container: ghcr.io/nuwber/phpqa-docker:php8.1runs-on: ubuntu-lateststeps:- uses: actions/checkout@v2- name: phpqarun: phpqa --analyzedDirs src --output cli --tools phpcs.PSR12:0,phpmd,phpcpd:0,phpmetrics:0,phploc,pdependimage: ghcr.io/nuwber/phpqa-docker:php8.1stages:- testingtesting:code_check:stage: testingscript:- phpqa --analyzedDirs src --output cli --tools phpcs.PSR12:0,phpmd,phpcpd:0,phpmetrics:0,phploc,pdependtags:- testing