@@ -9,56 +9,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Fixed
11
11
12
- - Correctly attaching clippy report to the PR commits (#65 )
12
+ - Correctly attaching clippy report to the PR commits (#65 )
13
13
14
14
### [ 1.0.6] - 2020-02-07
15
15
16
16
### Fixed
17
17
18
- - Correctly passing ` toolchain ` input to the cargo invocation (#31 )
18
+ - Correctly passing ` toolchain ` input to the cargo invocation (#31 )
19
19
20
20
### [ 1.0.5] - 2019-10-29
21
21
22
22
### Added
23
23
24
- - Input ` name ` to rename created Check result (#11 )
24
+ - Input ` name ` to rename created Check result (#11 )
25
25
26
26
### Fixed
27
27
28
- - Multiple Action executions in one workflow were not displayed,
29
- use ` name ` input to separate them (#11 )
28
+ - Multiple Action executions in one workflow were not displayed,
29
+ use ` name ` input to separate them (#11 )
30
30
31
31
## [ 1.0.4] - 2019-10-04
32
32
33
33
### Added
34
34
35
- - Falling back to the stdout report if token permissions are not allowing to post Check annotations (#2 )
35
+ - Falling back to the stdout report if token permissions are not allowing to post Check annotations (#2 )
36
36
37
37
## [ 1.0.3] - 2019-10-01
38
38
39
39
### Fixed
40
40
41
- - Properly sending check annotations in the Check Update calls (#1 )
41
+ - Properly sending check annotations in the Check Update calls (#1 )
42
42
43
43
## [ 1.0.2] - 2019-09-27
44
44
45
45
### Added
46
46
47
- - Action will fail if clippy exits with a non-zero code
48
- - Clippy output is added to the Action logs (JSON format)
47
+ - Action will fail if clippy exits with a non-zero code
48
+ - Clippy output is added to the Action logs (JSON format)
49
49
50
50
### Fixed
51
51
52
- - Usually used ` -- -D warnings ` parameter in the ` args ` input will not break Action execution
52
+ - Usually used ` -- -D warnings ` parameter in the ` args ` input will not break Action execution
53
53
54
54
## [ 1.0.1] - 2019-09-27
55
55
56
56
### Fixed
57
57
58
- - Successful check without any warnings or errors was not terminated properly
58
+ - Successful check without any warnings or errors was not terminated properly
59
59
60
60
## [ 1.0.0] - 2019-09-27
61
61
62
62
### Added
63
63
64
- - First public version
64
+ - First public version
0 commit comments