Skip to content

Commit

Permalink
Change style to file
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   .github/workflows/cpp-linter.yml
  • Loading branch information
franziska-wegner committed Dec 29, 2023
1 parent 5c5a16c commit 0a960d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
style: llvm #file
style: "file" #llvm
tidy-checks: boost-*,bugprone-*,performance-*,readability-*,portability-*,modernize-*,clang-analyzer-*,cppcoreguidelines-*
files-changed-only: false
lines-changed-only: false
Expand Down

0 comments on commit 0a960d3

Please sign in to comment.