Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9 Commits

Repository files navigation

Docker image with phpqa

https://github.com/nuwber/phpqa-docker/pkgs/container/phpqa-docker

Usage

GitHub Actions

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,pdepend

Gitlab CI

image: 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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages