lintkit/php-coding-standards-kit

There is no license information available for the latest version (0.2.0) of this package.

0.2.0 2024-06-24 20:16 UTC

This package is auto-updated.

Last update: 2024-10-24 21:32:14 UTC


README

A preconfigured PHP Coding Standards kit implementation.

Usage

GitLab

# Lint the PHP
.php:coding-standards:
  image: ghcr.io/lintkit/php-coding-standards-kit:1
  script:
    - /lintkit

GitHub

- name: Lint PHP
  uses: lintkit/php-coding-standard-kit@v1

Local

docker pull ghcr.io/lintkit/php-coding-standards-kit:1
docker run -it --rm -v $(pwd):/app ghcr.io/lintkit/php-coding-standards-kit