Skip to content

Address CUDA MPI/ICP issue with Kokkos <=4.4.1 (#1189) #6663

Address CUDA MPI/ICP issue with Kokkos <=4.4.1 (#1189)

Address CUDA MPI/ICP issue with Kokkos <=4.4.1 (#1189) #6663

name: Check Formatting
on: push
jobs:
check-formatting:
name: Check Python and C++ Formatting
runs-on: ubuntu-latest
steps:
- uses: pgrete/cpp-py-formatter/check@v0.3.0
with:
clangFormatVersion: 11
token: ${{ secrets.GITHUB_TOKEN }}