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:
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:
name: Build Wasp
runs-on: ${{ matrix.os }}
needs: code-formatter
strategy:
matrix:
os: