Skip to content

Don't use the compiler launcher script if the compile language is CUDA. #232

Don't use the compiler launcher script if the compile language is CUDA.

Don't use the compiler launcher script if the compile language is CUDA. #232

name: clang-format check
on: [push, pull_request]
jobs:
formatting-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check.
uses: DoozyX/clang-format-lint-action@v0.16.2
with:
clangFormatVersion: 8