CI/CD integration (Spec 6.7)
Run analyses in your pipeline.
Blue Painter integrates with GitHub Actions and other CI systems. Add the Blue Painter step to your workflow to fail builds when design–code gaps exceed your thresholds.
How it works
- Trigger:
pull_requestonpaths: figma-export/**(Spec 6.7). Optionallyworkflow_dispatchfor manual runs. - Run Blue Painter analysis with your Figma file ID and token
- Post results as a PR comment with buildability score and critical issues
- Block merge until score meets your threshold (configurable, e.g. 70)
Full workflow YAML and setup: go to CI/CD in the app sidebar.
uses: blue-painter/github-action@v1
PR comment
Blue Painter posts a PR comment with: buildability score vs threshold, issue counts by severity, critical issues list, link to full report, link to AI fix suggestions. PR is blocked until score meets your threshold (e.g. 70).
Standards gatekeeping (v3+)
In v3 and later, you can also gate merges on:
- Minimum A11y score
- Maximum allowed contrast violations
- Colorblind safety thresholds
- Presence of responsive variants for key flows
PR comments include these checks alongside buildability.
Continuous monitoring
Track design quality over time. Use project Version history to see score deltas and detect regressions (designs getting worse). Blue Painter highlights improvements and flags drops so you can catch issues before they ship.