mirror of
https://github.com/giraffate/clippy-action.git
synced 2025-01-19 00:54:43 +01:00
Update dist
This commit is contained in:
parent
4a7d956b79
commit
2a2b837ded
2 changed files with 2 additions and 2 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
@ -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
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue