From 6b6b68db7a26baad438f55867969d7a3fdf5cb40 Mon Sep 17 00:00:00 2001 From: mkoppmann Date: Thu, 5 Oct 2023 11:03:07 +0200 Subject: [PATCH] Replace link to Fourmolu action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c359e17..efcf649 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: "Check formatting with Fourmolu" - uses: fourmolu/fourmolu-action@5f705691205a8e6efb36c043d7b461ecb97ee082 + uses: haskell-actions/run-fourmolu@5f705691205a8e6efb36c043d7b461ecb97ee082 build-binary: needs: hlint