Skip to content

Commit 12695ba

Browse files
committed
feat: update prettier workflow
1 parent 9251cc4 commit 12695ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/prettier.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
uses: creyD/prettier_action@v3.0
2121
with:
2222
prettier_options: --write **/*.{html,js,md}
23+
commit_message: 'docs: prettify code'
2324
env:
2425
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 互联网 Java 工程师进阶知识完全扫盲
22

33
[![actions status](https://github.com/doocs/advanced-java/workflows/Sync/badge.svg)](https://github.com/doocs/advanced-java/actions)
4+
[![actions status](https://github.com/doocs/advanced-java/workflows/Prettier/badge.svg)](https://github.com/doocs/advanced-java/actions)
45
[![license](https://badgen.net/github/license/doocs/advanced-java?color=green)](https://github.com/doocs/advanced-java/blob/master/LICENSE)
56
[![PRs Welcome](https://badgen.net/badge/PRs/welcome/green)](http://makeapullrequest.com)
67
[![doocs](https://badgen.net/badge/organization/join%20us/green)](https://doocs.github.io/#/?id=how-to-join)

0 commit comments

Comments
 (0)