Skip to content

Commit ca53bc6

Browse files
committed
👷 Print prettier version
1 parent 33364c4 commit ca53bc6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/run-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
cargo fmt -- --check --verbose
7878
cargo clippy -- --deny=warnings
7979
else
80+
prettier -v
8081
yarn lint
8182
fi
8283

.prettierignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ dist
77
build
88
test-ledger
99
target
10-
clients/bolt-sdk/lib
10+
clients/bolt-sdk/lib
11+
tests/bolt.ts

0 commit comments

Comments
 (0)