mirror of
https://github.com/giraffate/clippy-action.git
synced 2024-11-21 23:49:32 +01:00
Update args
This commit is contained in:
parent
601e89cd71
commit
4a7d956b79
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ async function run(): Promise<void> {
|
||||||
const code = await core.group("Running Clippy with reviewdog 🐶 ...", async (): Promise<number> => {
|
const code = await core.group("Running Clippy with reviewdog 🐶 ...", async (): Promise<number> => {
|
||||||
const output = await exec.getExecOutput(
|
const output = await exec.getExecOutput(
|
||||||
"cargo",
|
"cargo",
|
||||||
["clippy", "--output-format", "short"],
|
["clippy", "--message-format", "short"],
|
||||||
{
|
{
|
||||||
cwd,
|
cwd,
|
||||||
ignoreReturnCode: true,
|
ignoreReturnCode: true,
|
||||||
|
|
Loading…
Reference in a new issue