Merge pull request #2 from actions/ethomson/update_description
Update description
This commit is contained in:
@@ -16,7 +16,7 @@ Basic:
|
|||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-haskell@v1
|
- uses: actions/setup-haskell@v1
|
||||||
with:
|
with:
|
||||||
ghc-version: '8.6.5' # Exact version of ghc to use
|
ghc-version: '8.6.5' # Exact version of ghc to use
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
cabal: [ '2.0', '3.0' ]
|
cabal: [ '2.0', '3.0' ]
|
||||||
name: Haskell GHC ${{ matrix.ghc }} sample
|
name: Haskell GHC ${{ matrix.ghc }} sample
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Haskell
|
- name: Setup Haskell
|
||||||
uses: actions/setup-haskell@v1
|
uses: actions/setup-haskell@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: 'Setup Haskell environment'
|
name: 'Setup Haskell'
|
||||||
description: 'Setup a Haskell environment and add it to the PATH'
|
description: 'Set up a specific version of GHC and Cabal and add the command-line tools to the PATH'
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
ghc-version:
|
ghc-version:
|
||||||
|
|||||||
Reference in New Issue
Block a user