Skip to content

Fix compilation error with CUDA 12. #85

Fix compilation error with CUDA 12.

Fix compilation error with CUDA 12. #85

name: clang-format Check
on: [pull_request]
jobs:
formatting-check:
name: C++ formatting check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check C++ formatting
uses: jidicula/clang-format-action@v4.9.0
with:
clang-format-version: '14'
check-path: 'haero'