Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Nov 1, 2024
1 parent 4a2a74b commit 8dafc50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45881,9 +45881,6 @@ async function lint(bufPath, inputs) {
return skip();
}
const args = ["lint", "--error-format", "github-actions"];
if (core.isDebug()) {
args.push("--debug");
}
if (inputs.input) {
args.push(inputs.input);
}
Expand Down
3 changes: 0 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ async function lint(bufPath: string, inputs: Inputs): Promise<Result> {
return skip();
}
const args = ["lint", "--error-format", "github-actions"];
if (core.isDebug()) {
args.push("--debug");
}
if (inputs.input) {
args.push(inputs.input);
}
Expand Down

0 comments on commit 8dafc50

Please sign in to comment.