We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a73b82 commit 23c7e37Copy full SHA for 23c7e37
.github/workflows/ci.yml
@@ -54,8 +54,12 @@ jobs:
54
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
55
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
56
57
+ - name: Get and run fix-whitespace
58
+ uses: andreasabel/fix-whitespace-action@v1
59
+
60
- name: Run test suite
- run: make test && git diff --exit-code
61
+ run: make test && git diff --exit-code \
62
+ FIX_WHITESPACE='~/.local/fix-whitespace/bin/fix-whitespace'
63
64
- name: Generate Prelude HTML
65
if: ${{ (matrix.ghc == matrix.deploy-ghc) && (github.ref == 'refs/heads/master') }}
0 commit comments