Update README to match latest version

This commit is contained in:
Tom Barta
2020-03-20 10:28:35 -06:00
committed by GitHub
parent 0d1a062a13
commit 9bca767580

View File

@@ -38,7 +38,7 @@ jobs:
with:
fetch-depth: 1
- name: Prettify the JS Code
uses: creyD/prettier_action@v2.0
uses: creyD/prettier_action@v2.1
with:
prettier_options: '--no-semi --write *.js'
branch: ${{ github.head_ref }}