We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5f9dd commit 11bc41cCopy full SHA for 11bc41c
1 file changed
src/run-on-blame.ts
@@ -12,6 +12,8 @@ export async function runOnBlame(files: string[]): Promise<void> {
12
const standard = core.getInput('standard');
13
if (standard) options.standard = standard;
14
15
+ console.log('Options: %s', options);
16
+
17
const lintResults = await lint(
18
files,
19
core.getInput('phpcs_path', { required: true }),
0 commit comments