From ca53bc6dfdb53b727260f158e0663b16e7b62565 Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Fri, 4 Oct 2024 18:54:02 +0700 Subject: [PATCH] :construction_worker: Print prettier version --- .github/workflows/run-tests.yml | 1 + .prettierignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 827f0f9..6358805 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -77,6 +77,7 @@ jobs: cargo fmt -- --check --verbose cargo clippy -- --deny=warnings else + prettier -v yarn lint fi diff --git a/.prettierignore b/.prettierignore index 82f6a35..7154c65 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,4 +7,5 @@ dist build test-ledger target -clients/bolt-sdk/lib \ No newline at end of file +clients/bolt-sdk/lib +tests/bolt.ts \ No newline at end of file