Skip to content

Commit 7545808

Browse files
authored
Merge pull request #2 from haskell-debugger/remove-pedantic
Remove pedantic
2 parents 859a0a6 + d49ab16 commit 7545808

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: freckle/stack-action@v4
14+
with:
15+
pedantic: false
1416
- name: test
1517
run: stack test

0 commit comments

Comments
 (0)