Subtask/at 2834 be crud operations for eventype mail #57
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: Detect hidden unicode | |
| on: | |
| pull_request: | |
| jobs: | |
| detect-hidden-unicode: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: greenbone/actions/detect-hidden-unicode@v3 | |
| with: | |
| github-token: ${{ secrets.GREENBONE_BOT_TOKEN }} |