Skip to content

Commit

Permalink
Merge branch 'master' of github.com:qvest-digital/jensjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Jan 21, 2024
2 parents cf8d73a + 153bc68 commit f886eff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
"verbose": true
}
},
{
"uses": "actions/[email protected]",
"with": {
"name": "SARIF",
"path": "results.sarif"
}
},
{
"run": "jq -c '.runs |= unique_by({tool, invocations, results})' <results.sarif >editedresults.sarif\nrm results.sarif\nmkdir results.sarif\njq -c '.runs |= .[0:15]' <editedresults.sarif >results.sarif/1.sarif\njq -c '.runs |= .[15:]' <editedresults.sarif >results.sarif/2.sarif\n"
},
Expand Down
1 change: 0 additions & 1 deletion consume/diagram.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ usefulJS.deferDOM(function onDOMReady() {
elts.push([cx, w]);
}
ctx.save();
y;
yx = [-1];
pl = elts.length;
for (i = 0; i < pl; ++i) {
Expand Down

0 comments on commit f886eff

Please sign in to comment.