-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
In ilai-deutel/kibi#328 (comment)
Run mbrobbel/rustfmt-check@master
with:
token: ***
mode: review
commit-message: Format Rust code using rustfmt
env:
CARGO_TERM_COLOR: always
/home/runner/.cargo/bin/cargo +nightly fmt -- --emit json
[]
[]
Error: Unexpected non-whitespace character after JSON at position 2
I then changed the config to include a --package cargo arg and god:
Run mbrobbel/rustfmt-check@master
with:
token: ***
mode: review
args: --package kibi
commit-message: Format Rust code using rustfmt
env:
CARGO_TERM_COLOR: always
/home/runner/.cargo/bin/cargo +nightly fmt --package kibi -- --emit json
[]
Error: Resource not accessible by integration
Both problems seem like bugs (either in rustfmt nightly or in this action, but I'm not sure which).
Any ideas on how to proceed on this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels