Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luc45/phpcs-ci-example
https://github.com/luc45/phpcs-ci-example
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luc45/phpcs-ci-example
- Owner: Luc45
- Created: 2022-06-24T13:26:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T20:18:32.000Z (over 2 years ago)
- Last Synced: 2024-10-20T03:13:02.324Z (26 days ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![PHPCS checks](https://github.com/Luc45/phpcs-ci-example/actions/workflows/phpcs.yml/badge.svg)](https://github.com/Luc45/phpcs-ci-example/actions/workflows/phpcs.yml)
[![PHPCS checks (Docker Alternative)](https://github.com/Luc45/phpcs-ci-example/actions/workflows/phpcs-docker-alternative.yml/badge.svg)](https://github.com/Luc45/phpcs-ci-example/actions/workflows/phpcs-docker-alternative.yml)# PHPCS CI Example
This repository is an example to run PHPCS checks in CI, part of [WPCS Documentation](https://github.com/WordPress/WordPress-Coding-Standards/wiki/Running-in-GitHub-Actions).