0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

build(deps): Bump prettier_action to 4.3

Fixes a bug in 4.2: https://github.com/creyD/prettier_action/releases/tag/v4.3

Reverts aca72c1958

Fixes 13296
This commit is contained in:
David Allison 2023-02-19 15:42:50 +00:00 committed by Mike Hardy
parent 14d302c99c
commit 75835679a2

View File

@ -94,9 +94,8 @@ jobs:
# "lintPlayDebug" doesn't test the API
arguments: lintPlayDebug :api:lintDebug ktLintCheck lint-rules:test --daemon
# Disabled temporarily: #13296
# - name: Prettify code
# uses: creyD/prettier_action@v4.2
# with:
# prettier_options: --check AnkiDroid/**/*.js
# dry: True
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: --check AnkiDroid/**/*.js
dry: True