Replies: 1 comment 4 replies
-
I feel like we should avoid inventing syntax for YAML. YAML is not a programming language, so probs rather than end up like GitHub Actions we should just have you write a shell script Thoughts? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
since we can't do things like
if: darwin && ^3
currently in build scripts, my brain has considered the following as options:it's needed somewhat infrequently, but would solve things like:
somewhat.
care would have to be taken to ensure that
if:
,if-any:
, andif-all:
were mutually exclusive. potentiallyif-not:
andif-none:
could also be useful.Beta Was this translation helpful? Give feedback.
All reactions