Fix issue with cascade delete when user assigned as owner to mod list… #752
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
on: [ push ] | |
name: Security | |
jobs: | |
security-checker: | |
name: Symfony Security Checker | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: symfonycorp/security-checker-action@master |