Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license check to CI #518

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Add license check to CI #518

merged 1 commit into from
Jul 25, 2024

Conversation

AdamGS
Copy link
Contributor

@AdamGS AdamGS commented Jul 24, 2024

Adds cargo deny license check. The config file is a stripped down version of the provided template, keeping only the parts that aren't empty and some comments to explain them.

@AdamGS AdamGS requested a review from lwwmanning July 24, 2024 23:12
@@ -40,6 +40,8 @@ jobs:
run: cargo test --workspace --all-features
- name: Rust Build
run: cargo build --all-features --all-targets
- name: License Check
run: cargo install --locked cargo-deny && cargo deny check
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be nice if the cargo-deny was cached but that can come later

@lwwmanning lwwmanning merged commit 960e036 into develop Jul 25, 2024
2 checks passed
@lwwmanning lwwmanning deleted the adamg/add-cargo-deny branch July 25, 2024 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants