mirror of
https://github.com/Avi-D-coder/implicit-hie.git
synced 2024-11-22 01:30:49 +03:00
Add ormolu action
This commit is contained in:
parent
ff475f6bd5
commit
1a6f1bac2b
9
.github/workflows/haskell.yml
vendored
9
.github/workflows/haskell.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user