Skip to content

Commit

Permalink
Fix missing ID in autograding.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 30, 2023
1 parent c03e326 commit 9a8986b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
"analysis": [
{
"name": "Style",
"id": "style",
"tools": [
{
"id": "checkstyle",
Expand All @@ -73,6 +74,7 @@ jobs:
},
{
"name": "Bugs",
"id": "bugs",
"tools": [
{
"id": "spotbugs",
Expand Down

0 comments on commit 9a8986b

Please sign in to comment.