File tree 2 files changed +19
-13
lines changed
2 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 60
60
RUSTFLAGS : --allow unknown_lints
61
61
run : cargo check --all-features
62
62
63
- semver :
64
- name : Check semver
65
- runs-on : ubuntu-latest
66
- steps :
67
- - name : Checkout repository
68
- uses : actions/checkout@v3
69
- - name : Install Rust stable
70
- run : rustup toolchain install stable
71
- - name : Check semver violations
72
- uses : obi1kenobi/cargo-semver-checks-action@v2
73
-
74
63
docsrs :
75
64
name : Build doc
76
65
runs-on : ubuntu-latest
107
96
run : rustup toolchain install stable
108
97
- name : Run raw example
109
98
run : cargo run --example raw
110
- - name : Run thread_local example
111
- run : cargo run --example thread_local --features thread_local
112
99
113
100
linter :
114
101
name : Linter
Original file line number Diff line number Diff line change
1
+ name : Semver
2
+
3
+ on :
4
+ workflow_dispatch :
5
+
6
+ env :
7
+ CARGO_TERM_COLOR : always
8
+
9
+ jobs :
10
+ semver :
11
+ name : Check semver
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - name : Checkout repository
15
+ uses : actions/checkout@v3
16
+ - name : Install Rust stable
17
+ run : rustup toolchain install stable
18
+ - name : Check semver violations
19
+ uses : obi1kenobi/cargo-semver-checks-action@v2
You can’t perform that action at this time.
0 commit comments