Fix formatting in SECURITY.md for clarity in vulnerability reportin…
#30
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
| --- | |
| on: | |
| - pull_request | |
| - push | |
| name: linter | |
| permissions: | |
| checks: write | |
| contents: read | |
| statuses: write | |
| jobs: | |
| linter: | |
| uses: yii2-framework/actions/.github/workflows/super-linter.yml@v1 | |
| secrets: | |
| AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |