-
-
Notifications
You must be signed in to change notification settings - Fork 35k
Open
Labels
github_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code
Description
Over the last couple of days, lint-nix has been recurrently silently failing. Unlike a normal workflow run which returns green after ~30sec, failed runs don't seem to get anywhere and are being euthanised after the 15min GHA timeout. These count as CI failures, but don't have a red X in the actions viewer, which makes them quite annoying to track down.
Looking through the output when running with --verbose, it seems like the formatter is just hanging partway through traversing the tree for some reason. Switching the runner to ubuntu-latest appears to resolve it, although I don't know how robust this "fix" is.
cc @nodejs/actions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
github_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code