mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-16 05:10:31 +02:00
Merge pull request #7 from TomBarta/patch-1
Update README to match latest version
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: Prettify the JS Code
|
- name: Prettify the JS Code
|
||||||
uses: creyD/prettier_action@v2.0
|
uses: creyD/prettier_action@v2.1
|
||||||
with:
|
with:
|
||||||
prettier_options: '--no-semi --write *.js'
|
prettier_options: '--no-semi --write *.js'
|
||||||
branch: ${{ github.head_ref }}
|
branch: ${{ github.head_ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user