Skip to content

Commit 259e09f

Browse files
committed
Merge branch 'main' of github.com:permafrost-dev/prettier-docker-ga into main
2 parents fefc587 + 52f1455 commit 259e09f

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@
22

33
All notable changes to `prettier-docker-ga` will be documented in this file.
44

5-
65
---
76

8-
## v1.0.0 - 2021-12-25
7+
## v1.0.4 - 2021-12-25
98

10-
- Initial release
9+
- Run using docker hub image
10+
- Fix default config file usage
11+
- Minor fixes & updates
12+
13+
## v1.0.3 - 2021-12-25
14+
15+
- Use `node:16-alpine` base image
1116

12-
## 1.0.0 - unreleased
17+
## v1.0.2 - 2021-12-25
1318

14-
- initial release
19+
- Fix action config
20+
21+
## v1.0.0 - 2021-12-25
22+
23+
- Initial release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.head_ref }}
2222

2323
- name: Run prettier
24-
uses: docker://permafrost-dev/prettier-docker-ga
24+
uses: permafrost-dev/prettier-docker-ga@main
2525
with:
2626
args: --config prettier.config.js ./src
2727

@@ -50,4 +50,4 @@ Please review [our security policy](../../security/policy) on how to report secu
5050
5151
## License
5252
53-
The MIT License (MIT). Please see [License File](LICENSE) for more information.
53+
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 commit comments

Comments
 (0)