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

chore: CI Improvements #10

Merged
merged 9 commits into from
May 24, 2024
Merged

chore: CI Improvements #10

merged 9 commits into from
May 24, 2024

Conversation

maximmaxim345
Copy link
Owner

This PR focuses on improving the CI setup for the project. The main changes include:

  • Basic configuration for cargo-about to display license information
  • Workflow to clear GitHub Actions cache
  • cargo-deny configuration to check for licenses and advisories
  • CI now checks for typos
  • CI builds all features during testing
  • CI cancels previous jobs when new commits are pushed

Add basic configuration for cargo-deny to mainly check for licenses and
advisories.
Currently duplicate detection is turned off, sice iced uses many
duplicate versions of the same crates, this can maybe be investigated
later.
Since branche protection rules are setup to only allow merging on
successfull CI run, this is redundant.
Currently this is basically the default config generated with 'cargo
about init'. Later the template could probably be adjusted to allow to
display those license nativaly in iced.
@maximmaxim345 maximmaxim345 changed the title CI Improvements chore: CI Improvements May 24, 2024
@maximmaxim345 maximmaxim345 merged commit 8c79dcd into main May 24, 2024
10 of 11 checks passed
@maximmaxim345 maximmaxim345 deleted the feat/ci-improvements branch May 24, 2024 09:57
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.

1 participant