fixed prettier error
This commit is contained in:
parent
c05dd46f5e
commit
a463a5c3f9
2
.github/workflows/prettier.yml
vendored
2
.github/workflows/prettier.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Prettify code
|
||||
uses: creyD/prettier_action@v3.0
|
||||
with:
|
||||
prettier_options: --write **/*.{java,md}
|
||||
prettier_options: --write **/*.{java}
|
||||
commit_message: 'feat: prettify code'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user