Initial project setup
Partly ported from actions/setup-ruby
This commit is contained in:
10
action.yml
Normal file
10
action.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: 'Setup Haskell environment'
|
||||
description: 'Setup a Haskell environment and add it to the PATH'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
ghc-version:
|
||||
description: 'Version range or exact version of ghc to use.'
|
||||
default: '>= 8.6.5'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/setup-haskell.js'
|
||||
Reference in New Issue
Block a user