mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Run cargo deny in CI (#1205)
* Run cargo deny in CI * Use patched fork of ureq to avoid copy-left license * Use patched fork of tts to avoid LGPL license More: * https://github.com/ndarilek/tts-rs/pull/21 * https://github.com/algesten/ureq/pull/479
This commit is contained in:
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@@ -147,3 +147,9 @@ jobs:
|
||||
- run: sudo apt-get update && sudo apt-get install libspeechd-dev
|
||||
- run: rustup target add wasm32-unknown-unknown
|
||||
- run: cargo doc -p egui_web --target wasm32-unknown-unknown --lib --no-deps --all-features
|
||||
|
||||
cargo-deny:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||
|
||||
Reference in New Issue
Block a user