mirror of
https://github.com/giraffate/clippy-action.git
synced 2024-11-24 00:49:33 +01:00
Update args
This commit is contained in:
parent
8a1cae45a3
commit
9137cd7113
3 changed files with 1 additions and 1 deletions
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
|
@ -32,7 +32,7 @@ async function run(): Promise<void> {
|
|||
const code = await core.group("Running Clippy with reviewdog 🐶 ...", async (): Promise<number> => {
|
||||
const output = await exec.getExecOutput(
|
||||
"cargo",
|
||||
["clippy", "-q", "--message-format", "short"],
|
||||
["clippy", "--color", "never", "-q", "--message-format", "short"],
|
||||
{
|
||||
cwd,
|
||||
ignoreReturnCode: true,
|
||||
|
|
Loading…
Reference in a new issue