-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
i'm attempting to add an --all-targets flag to this action like so-
- uses: actions/checkout@v3
- uses: qernal/github-actions-rust-clippy@v2.0.0
with:
args: --all-targets
rust_version: nightly-2022-10-18but i'm getting this error-
docker: Error response from daemon: failed to create shim: OCI runtime create failed: runc create failed: unable to start container process: exec: "--all-targets": executable file not found in $PATH: unknown.
how should args be passed?
Metadata
Metadata
Assignees
Labels
No labels