fix: update form data on radio button change in contact relationship form (#7226) #885
Workflow file for this run
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 analysis | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
concurrency: | |
group: Static ${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
statics: | |
name: Static analysis | |
uses: monicahq/workflows/.github/workflows/static.yml@v2 | |
with: | |
php-version: 8.3 | |
with: phpstan |