luau-unzip/.github/workflows
Erica Marigold 3b66104cb3
chore(actions): fix tty device being nonexistent in test step
`/dev/tty` does not exist in an actions step since it is being run non
interactively. Similarly using the stdout device does not work either,
since we're within a command substitution expression, where `/dev/stdout`
is not attached to a shell.

Instead, we have to use `/dev/stderr`, which is attached to a shell at
all times. I don't know if there are any better alternatives, but
writing to stderr doesn't sit quite right with me, since this should
ideally output to stdout. Oh, well.
2025-02-24 08:14:41 +00:00
..
ci.yml chore(actions): fix tty device being nonexistent in test step 2025-02-24 08:14:41 +00:00
doc.yml chore(actions): use correct expression for commit SHA 2025-02-21 19:47:41 +00:00