https://github.com/umutphp/php-magic-number-check-action
A GitHub action for performing magic number check on the repo.
https://github.com/umutphp/php-magic-number-check-action
code-quality github-action php
Last synced: about 2 months ago
JSON representation
A GitHub action for performing magic number check on the repo.
- Host: GitHub
- URL: https://github.com/umutphp/php-magic-number-check-action
- Owner: umutphp
- License: mit
- Created: 2020-03-11T07:53:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T08:19:15.000Z (over 5 years ago)
- Last Synced: 2024-03-15T08:02:31.554Z (over 1 year ago)
- Topics: code-quality, github-action, php
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Magic Number Check Action
This action uses [PHP Magic Number Detector (PHPMND)](https://github.com/povils/phpmnd) to check the repo if there is a [magic number](https://github.com/povils/phpmnd#what-is-a-magic-number) usage.
## Inputs
No inputs to be given.
## Example usage
```yaml
uses: umutphp/php-magic-number-check-action@v1```