Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/actions
Github actions for Haskell CI
https://github.com/haskell/actions
Last synced: about 2 months ago
JSON representation
Github actions for Haskell CI
- Host: GitHub
- URL: https://github.com/haskell/actions
- Owner: haskell
- Archived: true
- Created: 2020-12-08T03:21:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T11:06:36.000Z (10 months ago)
- Last Synced: 2024-04-17T17:15:04.581Z (7 months ago)
- Language: TypeScript
- Size: 20.3 MB
- Stars: 148
- Watchers: 25
- Forks: 54
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskell GitHub Actions
A Collection of GitHub actions for interacting with Haskell.
**NOTE: This repository is winding down.**
| DEPRECATED action | Replaced by
| ---------------------------------- | ---------------
| [`haskell/actions/setup`](./setup) | [`haskell-actions/setup`](https://github.com/haskell-actions/setup)
| [`haskell/actions/hlint-setup`](./hlint-setup) | [`haskell-actions/hlint-setup`](https://github.com/haskell-actions/hlint-setup)
| [`haskell/actions/hlint-run`](./hlint-run) | [`haskell-actions/hlint-run`](https://github.com/haskell-actions/hlint-run)
| |See the individual action directory for details on usage and examples.