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 fc515da commit 932d25dCopy full SHA for 932d25d
.github/workflows/scripts/generate_matrix.py
@@ -35,7 +35,7 @@ def main():
35
rows = [{"app":"noop","board":"noop"}]
36
37
matrix = {"include": rows}
38
- print(json.dumps(matrix))
+ print(json.dumps(matrix, indent=2))
39
40
if __name__ == "__main__":
41
main()
0 commit comments