Skip to content

Commit ea8e01f

Browse files
committed
Added table of contents
1 parent 637bb14 commit ea8e01f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
[![Test Get Supported GHC Version Action](https://github.com/webdevred/get-supported-ghc/actions/workflows/test.yaml/badge.svg)](https://github.com/webdevred/get-supported-ghc/actions/workflows/test.yaml)
44
[![Check for outdated dependencies](https://github.com/webdevred/get-supported-ghc/actions/workflows/updated-deps.yaml/badge.svg?event=schedule)](https://github.com/webdevred/get-supported-ghc/actions/workflows/updated-deps.yaml)
55

6+
<!--toc:start-->
7+
- [Get Supported GHC Version](#get-supported-ghc-version)
8+
- [Inputs](#inputs)
9+
- [Outputs](#outputs)
10+
- [Example Usage](#example-usage)
11+
<!--toc:end-->
12+
613
This GitHub Action automatically detects the latest GHC (Glasgow Haskell Compiler) version compatible with your Haskell project's `base` dependency constraint in `package.yaml`.
714

815
Useful for CI/CD workflows where you want to install a GHC version that satisfies your project's dependency bounds.

0 commit comments

Comments
 (0)