You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: init/action.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,9 @@ inputs:
83
83
queries:
84
84
description: Comma-separated list of additional queries to run. By default, this overrides the same setting in a configuration file; prefix with "+" to use both sets of queries.
85
85
required: false
86
+
quality-queries:
87
+
description: Comma-separated list of code quality queries to run.
88
+
required: false
86
89
packs:
87
90
description: >-
88
91
Comma-separated list of packs to run. Reference a pack in the format `scope/name[@version]`. If `version` is not
0 commit comments