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): add semver compatibility and external types checks #407

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LNSD
Copy link
Contributor

@LNSD LNSD commented Dec 2, 2024

This pull request introduces new workflows in the CI configuration and updates the Cargo.toml file to improve the project's build and verification processes. The most relevant changes include adding new jobs to the GitHub Actions workflow and specifying allowed external types in the Cargo.toml file.

CI Workflow Enhancements:

  • .github/workflows/ci.yml: Added check-external-types job to run cargo check-external-types using the nightly Rust toolchain.
  • .github/workflows/ci.yml: Added check-semver-compat job to check for semantic version compatibility using cargo-semver-checks-action.

Cargo Configuration Update:

  • thegraph-core/Cargo.toml: Added [package.metadata.cargo_check_external_types] section to specify allowed external types for the cargo-check-external-types tool.

@LNSD LNSD self-assigned this Dec 2, 2024
@LNSD LNSD force-pushed the lnsd/chore-ci-public-api-checks branch 8 times, most recently from a33f524 to a07e9cd Compare December 9, 2024 12:41
@LNSD LNSD force-pushed the lnsd/chore-ci-public-api-checks branch from a07e9cd to cf77c42 Compare December 11, 2024 12:11
@LNSD LNSD force-pushed the lnsd/chore-ci-public-api-checks branch from cf77c42 to 73d6717 Compare December 11, 2024 13:09
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