Update dist

This commit is contained in:
Takayuki Nakata 2022-11-01 17:40:07 +09:00
parent 4a7d956b79
commit 2a2b837ded
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View file

@ -169,7 +169,7 @@ function run() {
return yield installer.installReviewdog(reviewdogVersion, tmpdir);
}));
const code = yield core.group("Running Clippy with reviewdog 🐶 ...", () => __awaiter(this, void 0, void 0, function* () {
const output = yield exec.getExecOutput("cargo", ["clippy", "--output-format", "short"], {
const output = yield exec.getExecOutput("cargo", ["clippy", "--message-format", "short"], {
cwd,
ignoreReturnCode: true,
});

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long