Skip to content

Commit f54d41f

Browse files
authored
fix: upgrade deno_ast to 0.28 (#551)
1 parent fa0327e commit f54d41f

File tree

12 files changed

+376
-301
lines changed

12 files changed

+376
-301
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ jobs:
5353
- name: Test release
5454
if: matrix.config.kind == 'test_release'
5555
run: cargo test --release
56+
- name: Wasm integration test - Setup
57+
if: matrix.config.kind == 'test_release'
58+
run: |
59+
echo '{ "plugins": ["./target/wasm32-unknown-unknown/release/dprint_plugin_typescript.wasm"] }' >> dprint.test.json
60+
- name: Wasm integration test - Run
61+
if: matrix.config.kind == 'test_release'
62+
uses: dprint/[email protected]
63+
with:
64+
config-path: dprint.test.json
65+
- name: Wasm integration test - Cleanup
66+
if: matrix.config.kind == 'test_release'
67+
run: rm dprint.test.json
5668

5769
- name: Get tag version
5870
if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)