File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,25 @@ jobs:
113
113
- run : rustc --version
114
114
- run : cargo doc --no-deps --document-private-items
115
115
116
+ nono :
117
+ runs-on : ubuntu-latest
118
+ steps :
119
+ - uses : actions/checkout@v2
120
+ - uses : actions-rs/toolchain@v1
121
+ with :
122
+ profile : minimal
123
+ toolchain : nightly-2021-07-01
124
+ override : true
125
+ components : rustfmt
126
+ - run : cargo install --git https://github.com/daviddrysdale/cargo-nono --branch allowlist cargo-nono
127
+ - run : cargo nono check --package tink-proto --allow spin
128
+ - run : cargo nono check --package tink-core --allow spin
129
+ - run : cargo nono check --package tink-prf --allow spin
130
+ - run : cargo nono check --package tink-mac --allow spin
131
+ - run : cargo nono check --package tink-aead --allow spin
132
+ - run : cargo nono check --package tink-daead --allow spin
133
+ - run : cargo nono check --package tink-signature --allow spin --allow signature --allow ed25519-dalek
134
+
116
135
udeps :
117
136
runs-on : ubuntu-latest
118
137
steps :
You can’t perform that action at this time.
0 commit comments