Browse Source

Update creyD/prettier_action action to v4

pull/1820/head
Renovate Bot 4 years ago
parent
commit
15e054fb82
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
  1. 2
      .github/workflows/javascript-formatting.yml

2
.github/workflows/javascript-formatting.yml

@ -20,7 +20,7 @@ jobs: @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- name: Prettify code
uses: creyD/prettier_action@v3.3
uses: creyD/prettier_action@v4.2
with:
# This part is also where you can pass other options, for example:
prettier_options: --write webroot/**/*.{js,md}

Loading…
Cancel
Save