From 65c68c3b5dfdab74beaf6655da0198784814e2c1 Mon Sep 17 00:00:00 2001 From: Joe Wallwork Date: Tue, 10 Dec 2024 10:32:13 +0000 Subject: [PATCH] Minor renaming --- .github/workflows/linting.yml | 2 +- .pre-commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 1d6dec884..5ee562626 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -7,7 +7,7 @@ on: branches: [ main, develop ] jobs: - clang-formatter: + clang-format: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 diff --git a/.pre-commit b/.pre-commit index 2a74e3b1b..2b2effeea 100644 --- a/.pre-commit +++ b/.pre-commit @@ -4,7 +4,7 @@ # # To use this pre-commit hook, you will need to install: # * clang-format (see https://clang.llvm.org/docs/ClangFormat.html) -# * cmake-format (see https://github.com/cheshirekow/cmake_format) +# * cmake-lint (see https://github.com/cheshirekow/cmake_format) # # Then copy this file as `.git/hooks/pre-commit` to set the pre-commit hook up. #