This repository was archived by the owner on Dec 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 60
60
- run : cargo test -v --manifest-path=rls-span/Cargo.toml
61
61
- run : cargo test -v --manifest-path=rls-vfs/Cargo.toml
62
62
63
+ style :
64
+ name : Check formatting
65
+ runs-on : ubuntu-latest
66
+ steps :
67
+ - uses : actions/checkout@v2
68
+ - run : cargo +stable fmt --manifest-path=Cargo.toml -- --check
69
+ - run : cargo +stable fmt --manifest-path=rls-analysis/Cargo.toml -- --check
70
+ - run : cargo +stable fmt --manifest-path=rls-data/Cargo.toml -- --check
71
+ - run : cargo +stable fmt --manifest-path=rls-ipc/Cargo.toml -- --check
72
+ - run : cargo +stable fmt --manifest-path=rls-rustc/Cargo.toml -- --check
73
+ - run : cargo +stable fmt --manifest-path=rls-span/Cargo.toml -- --check
74
+ - run : cargo +stable fmt --manifest-path=rls-vfs/Cargo.toml -- --check
75
+
63
76
# https://forge.rust-lang.org/infra/docs/bors.html#adding-a-new-repository-to-bors
64
77
build_result :
65
78
name : bors build finished
Original file line number Diff line number Diff line change 1
1
use_field_init_shorthand = true
2
- condense_wildcard_suffixes = true
3
2
use_small_heuristics = " Max"
You can’t perform that action at this time.
0 commit comments