Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fujimura committed Feb 3, 2024
1 parent ba197de commit 9f07a5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
git config --global user.email "[email protected]"
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
Expand All @@ -33,4 +37,4 @@ jobs:
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
- run: cabal build
- run: cabal build

0 comments on commit 9f07a5f

Please sign in to comment.