Refactor with rector to support PHP 8.3 #64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Metrics | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
phpmetrics-action: | |
runs-on: ubuntu-latest | |
name: PhpMetrics Action | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: PhpMetrics Scan | |
uses: umutphp/phpmetrics-action@v1 | |
with: | |
folder: src | |
- name: Upload HTML Report | |
uses: actions/upload-artifact@v1 | |
with: | |
name: HTML Report | |
path: phpmetrics.html |