All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Correctly attaching clippy report to the PR commits (#65)
- Correctly passing
toolchain
input to the cargo invocation (#31)
- Input
name
to rename created Check result (#11)
- Multiple Action executions in one workflow were not displayed,
use
name
input to separate them (#11)
- Falling back to the stdout report if token permissions are not allowing to post Check annotations (#2)
- Properly sending check annotations in the Check Update calls (#1)
- Action will fail if clippy exits with a non-zero code
- Clippy output is added to the Action logs (JSON format)
- Usually used
-- -D warnings
parameter in theargs
input will not break Action execution
- Successful check without any warnings or errors was not terminated properly
- First public version