dhall-lang / setup-dhall

Github action to install a specific version of https://dhall-lang.org and run commands
BSD 3-Clause "New" or "Revised" License
15 stars 7 forks source link

Add action runner validation for fast failure #1

Open craig-day opened 4 years ago

craig-day commented 4 years ago

Currently we only support installing the linux version of dhall and dhall-json. There should be a platform validation to fail the action early if the ubuntu runner isn't being used since the install will fail or not make the executables correctly available.