4 Commits
v1 ... main

Author SHA1 Message Date
Andy McKay
59f838c36d Merge pull request #56 from actions/marking-as-unmaintained
Some checks failed
Licensed / Check licenses (push) Has been cancelled
Mark as unmaintained
2020-12-11 13:52:54 -08:00
Andy McKay
a5186f2ae5 Update README.md
Updating as per suggestion.
2020-12-10 16:22:47 -08:00
Andy McKay
6c40c293ec Update README.md
Add in a link to a maintained fork.
2020-11-25 15:07:39 -08:00
Andy McKay
f59ee06298 Update README.md
Add in a notice about the lack of maintenance on this repository. Sadly we haven't got the people to maintain this repository and we'd like to make it clear to visitors to this repository about it's state. This process of marking it unmaintained only affects future updates. The Action will still continue work as it is in old workflows.

Once this lands, we'll also Archive this repository.
2020-11-25 14:08:46 -08:00

View File

@@ -1,5 +1,22 @@
# setup-haskell
**Please note:** This repository is currently unmaintained by a team of developers at GitHub. The
repository is here and you can use it as an example, or in Actions. However please be aware that
we are not going to be updating issues or pull requests on this repository.
**Maintained forks:**
* [haskell/actions](https://github.com/haskell/actions)
You could also fork this code and maintain it, if you do please let us know.
To reflect this state weve marked this repository as Archived.
If you are having an issue or question about GitHub Actions then please [contact customer support](https://help.github.com/en/articles/about-github-actions#contacting-support).
If you have found a security issue [please submit it here](https://hackerone.com/github).
---
[![GitHub Actions status](https://github.com/actions/setup-haskell/workflows/Main%20workflow/badge.svg)](https://github.com/actions/setup-haskell)
This action sets up a Haskell environment for use in actions by: