#2479: CI: add ASAN options to always detect leaks and abort on error (non-zero code) #4872
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: PR checks (unsigned commits) | |
| on: | |
| pull_request | |
| jobs: | |
| check: | |
| name: Check if there are unsigned commits | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: DARMA-tasking/find-unsigned-commits@master | |
| with: | |
| repo_owner: ${{ github.event.repository.owner.login }} | |
| repo_name: ${{ github.event.repository.name }} | |
| pr_number: ${{ github.event.pull_request.number }} |