Commit cd84885
committed
fix: make agent:check non-fatal in CI to tolerate mise API rate limits
Replace spawned agent:check task with inline exec that uses || echo to
tolerate failures. The mise aqua backend hits GitHub API rate limits
when downloading trivy, causing the entire build to fail. Quality and
security checks are best-effort in CI.1 parent 02635d8 commit cd84885
2 files changed
Lines changed: 9 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
747 | 747 | | |
748 | 748 | | |
749 | 749 | | |
750 | | - | |
| 750 | + | |
751 | 751 | | |
752 | 752 | | |
753 | | - | |
| 753 | + | |
754 | 754 | | |
755 | 755 | | |
756 | | - | |
757 | | - | |
758 | | - | |
759 | | - | |
| 756 | + | |
760 | 757 | | |
761 | 758 | | |
762 | 759 | | |
| |||
776 | 773 | | |
777 | 774 | | |
778 | 775 | | |
779 | | - | |
| 776 | + | |
| 777 | + | |
780 | 778 | | |
781 | 779 | | |
782 | 780 | | |
| |||
0 commit comments