Add ormolu action

This commit is contained in:
Avi Dessauer 2020-11-15 17:08:06 -05:00 committed by GitHub
parent ff475f6bd5
commit 1a6f1bac2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,14 @@ on:
branches: [ master ]
jobs:
build:
ormolu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mrkkrp/ormolu-action@v1
build:
runs-on: ubuntu-latest
needs: ormolu
steps:
- uses: actions/checkout@v2