File tree Expand file tree Collapse file tree 5 files changed +26
-8
lines changed Expand file tree Collapse file tree 5 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - master
77 tags :
8- - ' v[0-9]+\ .*'
8+ - ' v[0-9]+.*'
99 pull_request :
1010 branches :
1111 - master
1212 - develop
13- - ' v[0-9]+.[0-9]+ '
13+ - ' v[0-9]+.?* '
1414
1515env :
1616 CARGO_TERM_COLOR : always
6767 with :
6868 toolchain : ${{matrix.toolchain}}
6969 - name : Toolchain ${{matrix.toolchain}}
70- run : cargo +${{matrix.toolchain}} check --workspace --all-targets --all- features
70+ run : cargo +${{matrix.toolchain}} check --workspace --all-features
Original file line number Diff line number Diff line change 55 branches :
66 - master
77 tags :
8- - ' v[0-9]+\ .*'
8+ - ' v[0-9]+.*'
99 pull_request :
1010 branches :
1111 - master
1212 - develop
13- - ' v[0-9]+.[0-9]+ '
13+ - ' v[0-9]+.?* '
1414
1515env :
1616 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 55 branches :
66 - master
77 - develop
8- - ' v[0-9]+.[0-9]+ '
8+ - ' v[0-9]+.?* '
99
1010env :
1111 CARGO_TERM_COLOR : always
3838 components : rust-docs
3939 - name : Formatting
4040 run : cargo +nightly doc --workspace --all-features
41+ typos :
42+ runs-on : ubuntu-latest
43+ steps :
44+ - uses : actions/checkout@v4
45+ - uses : crate-ci/typos@master
Original file line number Diff line number Diff line change 55 branches :
66 - master
77 tags :
8- - ' v[0-9]+\ .*'
8+ - ' v[0-9]+.*'
99 pull_request :
1010 branches :
1111 - master
1212 - develop
13- - ' v[0-9]+.[0-9]+ '
13+ - ' v[0-9]+.?* '
1414
1515env :
1616 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 1+ [files ]
2+ # exclude the directory "stl/"
3+ extend-exclude = [" stl/" ]
4+
5+ [default .extend-words ]
6+ # Don't correct the name "Jon Atack".
7+ Atack = " Atack"
8+
9+ [default ]
10+ extend-ignore-re = [
11+ # Don't correct URIs
12+ " ([a-z]+:)*[.~0-9A-Za-z-]+" ,
13+ ]
You can’t perform that action at this time.
0 commit comments