core-agent-ide/.github/workflows
Michael Bolin a538e6acb2
fix: use continue-on-error: true to tidy up GitHub Action (#871)
I installed the GitHub Actions extension for VS Code and it started
giving me lint warnings about this line:


a9adb4175c/.github/workflows/rust-ci.yml (L99)

Using an env var to track the state of individual steps was not great,
so I did some research about GitHub actions, which led to the discovery
of combining `continue-on-error: true` with `if .. steps.STEP.outcome ==
'failure'...`.

Apparently there is also a `failure()` macro that is supposed to make
this simpler, but I saw a number of complains online about it not
working as expected. Checking `outcome` seems maybe more reliable at the
cost of being slightly more verbose.
2025-05-08 16:21:11 -07:00
..
ci.yml chore: make build process a single script to run (#757) 2025-05-01 08:36:07 -07:00
cla.yml Set up CLA process and remove DCO (#129) 2025-04-16 15:24:31 -07:00
rust-ci.yml fix: use continue-on-error: true to tidy up GitHub Action (#871) 2025-05-08 16:21:11 -07:00
rust-release.yml chore: mark Rust releases as "prerelease" (#761) 2025-04-30 13:25:53 -07:00