Tests stuff to fix mpi error for macos and windows runs #21
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: Add review checklist | |
on: | |
pull_request_target: | |
types: [opened] | |
permissions: | |
pull-requests: write | |
jobs: | |
add-review-checklist: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- name: Add review checklist | |
uses: trixi-framework/add-pr-review-checklist@v1 | |
with: | |
file: '.github/review-checklist.md' | |
no-checklist-keyword: '[no checklist]' |