Skip to content

Commit

Permalink
Minor renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Dec 10, 2024
1 parent db9b78e commit 65c68c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main, develop ]

jobs:
clang-formatter:
clang-format:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 65c68c3

Please sign in to comment.