Organic article mentioning the DSL :tada: <https:/...
# github-workflows-kt
p
👌 1
b
Is it gluten free and vegan, though? 🧌
p
Yes, and BIO and Eco as well :)
b
Truly "healthy and sustainable" article then!
n
yes, we are really enjoying vegan DSLs 😛
then again.. computer code that relies on animal testing/cruelty or such.. would be .. concerning..
p
Regarding
The .main.kts filename ending is silly
You can actually have just .kts, but then you need to write the entry point explicitly (
fun main()
)
b
Or use this shebang #!/usr/bin/env -S kotlinc -script
Might need to replace kotlinc with kotlin, not sure it has been a while