Skip to content

Commit 1a6f1ba

Browse files
authored
Add ormolu action
1 parent ff475f6 commit 1a6f1ba

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)