Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

chekalsky/phpcs-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

8 Commits

Repository files navigation

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.

How Annotations Works

F

About

Github Action helps you check your code with PHP_CodeSniffer

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /