feat: configure TYPO3 oauth2_client and xima_oauth2_extended extensio… #133
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: Static Code Analysis | |
on: | |
- pull_request | |
- push | |
jobs: | |
tests: | |
uses: maikschneider/reusable-workflows/.github/workflows/sca.yml@main | |
with: | |
php-version: 8.2 |