Skip to content

Commit

Permalink
Always run CPP Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorian Eikenberg committed Nov 28, 2022
1 parent b53cafe commit 982a96d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codacy-clang-tidy-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
clang_tidy_upload:
runs-on: ubuntu-latest
# Required because codacy's conversion tool relativizes paths in respect to the current working directory.
# Since the project path inside a container is different than the path inside a "raw" worker VM we need to
# Since the project path inside a container is different from the path inside a "raw" worker VM we need to
# make sure that we match the environment where the clang-tidy output was created (though any container
# image would do, most likely).
container:
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/codacy.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/cpp-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ on:
pull_request:
branches:
- "main"
paths:
- '**.h'
- '**.cpp'
- '**/CMakeLists.txt'
- '**/CMakePresets.json'
- '**/.clang-tidy'
- '**/.clang-format'

jobs:
lint_core:
Expand Down

0 comments on commit 982a96d

Please sign in to comment.