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 59d2c0b commit 93b660cCopy full SHA for 93b660c
.github/workflows/ciStaticCodeValidation.yml
@@ -116,6 +116,23 @@ jobs:
116
jq --arg wd "$GITHUB_WORKSPACE" '
117
if .runs == [] then
118
.runs = [
119
+ {
120
+ "tool": {
121
+ "driver": {
122
+ "name": "flow",
123
+ "rules": []
124
+ }
125
+ },
126
+ "results": [],
127
+ "invocations": [
128
129
+ "executionSuccessful": true,
130
+ "workingDirectory": {
131
+ "uri": $wd
132
133
134
+ ]
135
136
{
137
"tool": {
138
"driver": {
0 commit comments