in reply to Re: What is your favourite Linux scripting or programming language?
in thread What is your favourite Linux scripting or programming language?
If you look at Github actions, they are shell scripts where each command is stored as a list entry in a YAML file. I'm not sure why they didn't go with simple shell scripts, but it seems that about every one of these CI things starts out as "simple YAML file" and evolves into a shell script, except stored in YAML.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: What is your favourite Linux scripting or programming language?
by choroba (Cardinal) on Jan 25, 2021 at 16:56 UTC | |
by jcb (Parson) on Jan 26, 2021 at 02:42 UTC | |
by choroba (Cardinal) on Jan 26, 2021 at 09:20 UTC |