Added ormolu to CI.

This commit is contained in:
Martin Sosic 2021-04-24 22:16:27 +02:00 committed by Martin Šošić
parent 6844313144
commit 369ab16586

View File

@ -20,9 +20,17 @@ jobs:
with: with:
access_token: ${{ github.token }} access_token: ${{ github.token }}
# Check that Haskell code is formatted.
code-formatter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mrkkrp/ormolu-action@v2
build: build:
name: Build Wasp name: Build Wasp
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
needs: code-formatter
strategy: strategy:
matrix: matrix:
os: os: