We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e752f16 commit 2cb9bbaCopy full SHA for 2cb9bba
.github/workflows/provider-agents-scanning.yaml
@@ -55,6 +55,15 @@ jobs:
55
with:
56
source: ${{ matrix.provider-agent.dir }}/${{ matrix.provider-agent.file }}
57
style: llvm
58
+ inplace: True
59
+
60
+ - uses: EndBug/add-and-commit@v9
61
+ with:
62
+ author_name: Clang Robot
63
+ author_email: [email protected]
64
+ message: 'Committing clang-format changes'
65
+ env:
66
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
68
- name: cppcheck scan ${{ matrix.provider-agent.file }} (SARIF)
69
if: steps.changed.outputs.any_changed == 'true' || github.event_name == 'workflow_dispatch'
0 commit comments