Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chekalsky/phpcs-action

Github Action helps you check your code with PHP_CodeSniffer
https://github.com/chekalsky/phpcs-action

actions github-actions php php-codesniffer phpcs

Last synced: 4 months ago
JSON representation

Github Action helps you check your code with PHP_CodeSniffer

Awesome Lists containing this project

README

        

# PHP CodeSniffer GitHub Action

This action is deprecated in favor of much faster and better-supported solution, please update your Actions accordingly:

```
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
tools: cs2pr, phpcs

- name: Run phpcs
run: phpcs -q --report=checkstyle src | cs2pr
```

Details [here](https://github.com/marketplace/actions/setup-php-action#tools-with-checkstyle-support).

How Annotations Works

F