Skip to content

Bump Kokkos 4.4.0 and Parthenon 24.08 #456

Bump Kokkos 4.4.0 and Parthenon 24.08

Bump Kokkos 4.4.0 and Parthenon 24.08 #456

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