You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of `bash` on macOS is old and doed not have `lastpipe`.
This uses process substitution instead.
This also fixes a couple of bugs in the CI job:
- Change the name of the CI job to be the same as the script
basename and `justfile` recipe. (I'm not sure if `check-mode` or
`check-modes` is better, but it should be the same for all.)
- Add the job as a dependency of `tests-pass`. (Otherwise it will
fail `check-blocking` if not explicitly listed as not being
required for PR auto-merge. Since the problems it finds are
usually easy to fix correctly, it should probably not be exempt.)
0 commit comments