Skip to content

Commit fc93819

Browse files
authored
Merge pull request #26 from Avi-D-coder/Avi-D-coder-patch-1
Add ormolu action
2 parents ff475f6 + 1a6f1ba commit fc93819

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ on:
77
branches: [ master ]
88

99
jobs:
10+
ormolu:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: mrkkrp/ormolu-action@v1
1015
build:
11-
1216
runs-on: ubuntu-latest
17+
needs: ormolu
1318

1419
steps:
1520
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)