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

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.

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

```