From 01e83f5d20f21a120aa5646f224d80032768765b Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Wed, 5 Jul 2023 11:38:05 +0200 Subject: [PATCH] New release v14 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae644b..f07d9b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Ormolu action v14 + +* Added the `mode` input. [PR + 29](https://github.com/haskell-actions/run-ormolu/pull/29). + ## Ormolu action v13 * Uses Ormolu 0.7.1.0 as the latest version. diff --git a/README.md b/README.md index 2391f75..a90f5eb 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ git config --global core.autocrlf false In the simple case all you need to do is to add this step to your job: ```yaml -- uses: haskell-actions/run-ormolu@v13 +- uses: haskell-actions/run-ormolu@v14 ``` However, if you are using a matrix, then it is more efficient to have a @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: haskell-actions/run-ormolu@v13 + - uses: haskell-actions/run-ormolu@v14 build: runs-on: ubuntu-latest needs: ormolu