Merge pull request #26 from Avi-D-coder/Avi-D-coder-patch-1

Add ormolu action
This commit is contained in:
Avi Dessauer 2020-11-15 17:08:30 -05:00 committed by GitHub
commit fc93819ce4
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