diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 827f0f93..6358805f 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 82f6a350..7154c656 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