Merge pull request #51 from fschoenfeldt/patch-1

Update README.md
This commit is contained in:
2021-05-11 10:38:56 +02:00
committed by GitHub

View File

@@ -53,7 +53,7 @@ jobs:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_action@v3.1
uses: creyD/prettier_action@v3.3
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}
@@ -83,7 +83,7 @@ jobs:
fetch-depth: 0
- name: Prettify code
uses: creyD/prettier_action@v3.1
uses: creyD/prettier_action@v3.3
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}