File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
3030
3131 - name : Build debug
3232 if : matrix.config.kind == 'test_debug'
33- run : cargo build --verbose
33+ run : cargo build
3434 - name : Test debug
3535 if : matrix.config.kind == 'test_debug'
36- run : cargo test --verbose
36+ run : cargo test
3737
3838 - name : Build release
3939 if : matrix.config.kind == 'test_release'
40- run : cargo build --target wasm32-unknown-unknown --features "wasm" --release --verbose
40+ run : cargo build --target wasm32-unknown-unknown --features "wasm" --release
4141 - name : Test release
4242 if : matrix.config.kind == 'test_release'
43- run : cargo test --release --verbose
43+ run : cargo test --release
4444
4545 - name : Get tag version
4646 if : matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 11[package ]
22name = " dprint-plugin-typescript"
3- version = " 0.56.2 "
3+ version = " 0.57.0 "
44authors = [" David Sherret <dsherret@gmail.com>" ]
55edition = " 2018"
66homepage = " https://github.com/dprint/dprint-plugin-typescript"
You can’t perform that action at this time.
0 commit comments