core-agent-ide/.github
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
..
ISSUE_TEMPLATE fix: update bug report template - there is no --revision flag (#614) 2025-04-24 10:48:42 -07:00
workflows fix: use continue-on-error: true to tidy up GitHub Action (#871) 2025-05-08 16:21:11 -07:00
demo.gif Initial commit 2025-04-16 12:56:08 -04:00
dotslash-config.json fix: remove codex-repl from GitHub workflows (#760) 2025-04-30 12:10:24 -07:00