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

Better support for running workflows in a matrix across multiple SDK versions #30

Closed
evanweible-wf opened this issue Oct 17, 2024 · 1 comment · Fixed by #31
Closed

Comments

@evanweible-wf
Copy link

It'd be nice to be able to use gha-dart-oss to test a package on multiple versions of the Dart SDK. For example, 2.19.6 and stable, or stable and beta. This is possible today, but one potential issue is that the checks workflow will always run the formatting check, and formatting output can differ between Dark SDK versions.

Could we support disabling the format check via an input to the checks workflow so that the workflow could be run on multiple SDKs but formatting could be configured to only run on a specific version?

@matthewnitschke-wk
Copy link
Contributor

Works for me!

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 a pull request may close this issue.

2 participants