Skip to content

#354: Bump minimum CMake version to 3.23 and update find_package_local to work with packageName_ROOT #474

#354: Bump minimum CMake version to 3.23 and update find_package_local to work with packageName_ROOT

#354: Bump minimum CMake version to 3.23 and update find_package_local to work with packageName_ROOT #474

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 }}