lintkit/php-coding-standards-kit

此包的最新版本(0.2.0)没有可用的许可证信息。

0.2.0 2024-06-24 20:16 UTC

This package is auto-updated.

Last update: 2024-09-24 21:18:43 UTC


README

一个预先配置好的 PHP 编码标准 工具包实现。

使用方法

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

本地

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