File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 with :
1212 toolchain : stable
1313 components : rustfmt, clippy
14- - run : cargo fmt --check && cargo clippy --examples --tests
15- - run : cargo check && cargo check -- features serializable
14+ - run : cargo fmt --check && cargo clippy --all-targets --all-features
15+ - run : cargo check --all- features
1616 - run : cargo test
1717 coverage :
1818 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ include = ["src/", "license"]
1616serializable = [" serde" ]
1717
1818[dependencies ]
19- markdown = " 1.0.0-alpha.12 "
19+ markdown = " 1.0.0-alpha.13 "
2020serde = { version = " 1" , optional = true }
2121swc_core = { version = " 0.83.0" , features = [
2222 " ecma_ast" ,
Original file line number Diff line number Diff line change @@ -144,11 +144,11 @@ The following bash scripts are useful when working on this project:
144144 ```
145145* format:
146146 ` ` ` sh
147- cargo fmt && cargo clippy --examples --tests --benches -- fix
147+ cargo fmt && cargo fix
148148 ` ` `
149149* lint:
150150 ` ` ` sh
151- cargo fmt --check && cargo clippy --examples --tests --benches
151+ cargo fmt --check && cargo clippy --all-targets
152152 ` ` `
153153* test:
154154 ` ` ` sh
You can’t perform that action at this time.
0 commit comments