Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Feb 22:07
· 35 commits to master since this release
Fix clippy warnings and update tests for embedded workflows

- Collapse nested if statements (collapsible_if)
- Replace map_or(false, ...) with is_some_and (unnecessary_map_or)
- Replace if let Err(_) with is_err() (redundant_pattern_matching)
- Update workflow listing tests to account for embedded workflows

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>