Skip to content
View entire changelog

Chunk now validates changes by running your CI pipeline

Enhancement

For Ad-Hoc Tasks, Chunk now pushes changes to a branch and triggers your CI pipeline to validate them. If the pipeline fails, Chunk will attempt to fix the issues and push updated changes.

This helps ensure your code passes basic checks like linting and formatting, reducing frustration from broken code.

Note: Ad-Hoc Tasks currently update existing branches or apply changes to new ones, pull request creation functionality is coming soon.