Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub workflow for license checking
This commit introduces a new GitHub Action workflow file named `license-check.yml` that checks for allowed licenses during code pushes and pull requests. It includes steps to set up PHP environments with specified versions and extensions, install highest or lowest dependencies, and run a license verification script. The workflow matrix supports running the checks on multiple PHP versions, ensuring license compliance across different environments. Signed-off-by: mesilov <[email protected]>
- Loading branch information