Skip to content

Commit 11bc41c

Browse files
committed
Logging options
1 parent fb5f9dd commit 11bc41c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/run-on-blame.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export async function runOnBlame(files: string[]): Promise<void> {
1212
const standard = core.getInput('standard');
1313
if (standard) options.standard = standard;
1414

15+
console.log('Options: %s', options);
16+
1517
const lintResults = await lint(
1618
files,
1719
core.getInput('phpcs_path', { required: true }),

0 commit comments

Comments
 (0)