Commit db6b70a 1 parent e88750b commit db6b70a Copy full SHA for db6b70a
File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 62
62
63
63
- run : cargo audit --deny warnings
64
64
65
+ cargo-semver-checks :
66
+ runs-on : ubuntu-22.04
67
+
68
+ steps :
69
+ - run : rustup --version
70
+
71
+ - uses : briansmith/actions-cache@v3
72
+ with :
73
+ path : |
74
+ ~/.cargo/bin/cargo-semver-checks
75
+ ~/.cargo/.crates.toml
76
+ ~/.cargo/.crates2.json
77
+ key : ${{ runner.os }}-v2-cargo-audit-locked-0.18.3
78
+
79
+ - run : cargo install cargo-semver-checks --locked --vers "0.31.0"
80
+
81
+ - uses : briansmith/actions-checkout@v4
82
+ with :
83
+ persist-credentials : false
84
+
85
+ - run : cargo semver-checks
86
+
65
87
deny :
66
88
# Don't run duplicate `push` jobs for the repo owner's PRs.
67
89
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
You can’t perform that action at this time.
0 commit comments