SONARPHP-1681 S2003 and S4833 should not raise on Laravel-generated code #77
Workflow file for this run
This file contains hidden or 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: Cleanup PR Resources | |
| on: | |
| pull_request: | |
| types: [closed] | |
| jobs: | |
| cleanup: | |
| runs-on: github-ubuntu-latest-s | |
| permissions: | |
| actions: write | |
| steps: | |
| - uses: SonarSource/ci-github-actions/pr_cleanup@v1 |