From 9f07a5f994f02602aec284c8413ee650e545fab0 Mon Sep 17 00:00:00 2001 From: Daisuke Fujimura Date: Sat, 3 Feb 2024 15:44:10 +0900 Subject: [PATCH] lint --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bef0f83..847f6b0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,6 +19,10 @@ jobs: git config --global user.email "john@example.com" git config --global user.name "John Doe" cabal test --test-show-details=direct + lint: + name: Check format on GHC ${{ matrix.ghc }} + steps: + - uses: haskell-actions/run-ormolu@v14 build: name: Build on GHC ${{ matrix.ghc }} runs-on: ubuntu-latest @@ -33,4 +37,4 @@ jobs: with: ghc-version: ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }} - - run: cabal build \ No newline at end of file + - run: cabal build