You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: improve API ergonomics with builder pattern and method chaining (#165)
* refactor: add `borrow_self` to setters for various structs
* refactor: update method signatures to return mutable references for better chaining
* refactor: simplify job dependency management and streamline needs handling
* refactor: remove redundant `add_steps` method from `Job` struct
* revert borrow
* refactor: change methods to return self for better chaining in Cargo and workflow structs
* refactor: introduce Job and Step structures for GitHub workflow management
* refactor: add Concurrency and Permissions structures for workflow management
* feat: add Container configuration types for GitHub workflow jobs
* feat: add various structures for GitHub workflow management including artifacts, environment, defaults, and strategies
* refactor: update Step creation methods to use new constructor for better clarity and consistency
* refactor: enhance Toolchain structure and methods for improved clarity and functionality
* fix: update autofix action version to v1 for improved stability
* [autofix.ci] apply automated fixes
* fix: update autofix action version to v1 for improved stability
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
0 commit comments