New tidy rule bugprone parent virtual call / Shell script to execute clang-tidy conveniently #2
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: Notify Pull Request | |
on: | |
pull_request_target: | |
types: [opened, reopened] | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Notify Pull Request | |
uses: ecmwf-actions/notify-teams-pr@v1 | |
with: | |
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }} |