https://github.com/haskell/actions
Github actions for Haskell CI
https://github.com/haskell/actions
Last synced: 6 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T11:06:36.000Z (about 2 years ago)
- Last Synced: 2025-01-20T00:35:05.642Z (about 1 year ago)
- Language: TypeScript
- Size: 20.3 MB
- Stars: 146
- 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.