From e295cc728913e564647e7064bb6e88975f4dee0e Mon Sep 17 00:00:00 2001 From: Max Smirnov Date: Sun, 5 Jun 2022 19:34:42 +0300 Subject: [PATCH] Fix link to Purescript-Tidy repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9001614..babc9f9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A GitHub Action which sets up a PureScript toolchain for CI. Contains the follow You can also optionally include the following tools: -- The [`purs-tidy` code formatter](https://github.com/natefaubion/purs-tidy) +- The [`purs-tidy` code formatter](https://github.com/natefaubion/purescript-tidy) - The [Zephyr dead code elimination tool](https://github.com/coot/zephyr) This action is designed to support PureScript tools. Your PureScript project may also depend on tooling and libraries provided by the NPM ecosystem, in which case you will also want to use the [setup-node](https://github.com/actions/setup-node) action.