diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2a4ea9d8..fe95b35f 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -31,6 +31,8 @@ jobs: wget https://github.com/lowRISC/lowrisc-toolchains/releases/download/20230427-1/lowrisc-toolchain-gcc-rv32imcb-20230427-1.tar.xz tar -xvf lowrisc-toolchain-gcc-rv32imcb-20230427-1.tar.xz echo "/tmp/lowrisc-toolchain-gcc-rv32imcb-20230427-1/bin" >> $GITHUB_PATH + - name: Linting + run: find -name "*.[c|h]" -exec clang-format -n {} \; - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.