Skip to content

Commit 20a56dc

Browse files
fix: prepare prettier 3.4.0
1 parent 5a9b321 commit 20a56dc

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

CHANGELOG.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -9,56 +9,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111

12-
- Correctly attaching clippy report to the PR commits (#65)
12+
- Correctly attaching clippy report to the PR commits (#65)
1313

1414
### [1.0.6] - 2020-02-07
1515

1616
### Fixed
1717

18-
- Correctly passing `toolchain` input to the cargo invocation (#31)
18+
- Correctly passing `toolchain` input to the cargo invocation (#31)
1919

2020
### [1.0.5] - 2019-10-29
2121

2222
### Added
2323

24-
- Input `name` to rename created Check result (#11)
24+
- Input `name` to rename created Check result (#11)
2525

2626
### Fixed
2727

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)
3030

3131
## [1.0.4] - 2019-10-04
3232

3333
### Added
3434

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)
3636

3737
## [1.0.3] - 2019-10-01
3838

3939
### Fixed
4040

41-
- Properly sending check annotations in the Check Update calls (#1)
41+
- Properly sending check annotations in the Check Update calls (#1)
4242

4343
## [1.0.2] - 2019-09-27
4444

4545
### Added
4646

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)
4949

5050
### Fixed
5151

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
5353

5454
## [1.0.1] - 2019-09-27
5555

5656
### Fixed
5757

58-
- Successful check without any warnings or errors was not terminated properly
58+
- Successful check without any warnings or errors was not terminated properly
5959

6060
## [1.0.0] - 2019-09-27
6161

6262
### Added
6363

64-
- First public version
64+
- First public version

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"eslint-config-prettier": "9.1.0",
5757
"eslint-import-resolver-node": "0.3.9",
5858
"eslint-import-resolver-typescript": "3.6.3",
59+
"eslint-plugin-import": "2.31.0",
5960
"eslint-plugin-import-x": "4.4.3",
6061
"eslint-plugin-n": "17.14.0",
6162
"eslint-plugin-perfectionist": "4.1.2",
62-
"eslint-plugin-import": "2.31.0",
6363
"eslint-plugin-prettier": "5.2.1",
6464
"eslint-plugin-promise": "7.2.0",
6565
"eslint-plugin-unicorn": "56.0.1",

0 commit comments

Comments
 (0)