We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c588e3d + 895e4fb commit ea2b993Copy full SHA for ea2b993
.github/workflows/qa.yml
@@ -58,10 +58,10 @@ jobs:
58
run: cs2pr ./phpcs-report.xml
59
60
phpstan:
61
- uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@main
+ uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
62
63
yamllint:
64
name: 'Lint Yaml'
65
- uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@main
+ uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
66
with:
67
strict: true
0 commit comments