Bump version of README to prettier_action@v3.1

This commit is contained in:
Stephen Mount
2020-11-10 12:51:38 +00:00
committed by GitHub
parent 394fa2de3b
commit 6f7d0221d4

View File

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