Staged-recipes linter hangs

I have a case where the staged-recipes linter has been in the ‘Install code’ step for over 3 hours now; see

https://github.com/conda-forge/staged-recipes/actions/runs/12623953363/job/35173530034?pr=25198

How should I proceed ?

After about 6 hours in the Install code step, it proceded and gave the following error message in the Post install code step:

: ENOENT: no such file or directory, lstat '/home/runner/work/_temp/setup-micromamba/micromamba-shell'

I then noticed that that this error was fixed somewhere around Nov 8, 2024; see

https://github.com/bioimage-io/collection/issues/94

I then realized that I should sync my staged-recipies fork with the current conda-forge version of staged-recipies (since it was out of date). Doing so fixed the problem,