Skip to content

Commit

Permalink
Disable Fourmolu.
Browse files Browse the repository at this point in the history
It produces too much output due to changes in new versions.
  • Loading branch information
my-name-is-lad committed May 28, 2024
1 parent 72dcd66 commit 0035942
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

- name: Run fourmolu
run: |
nix-shell nix/ci.nix -j auto --run "git ls-files '*.hs' | xargs fourmolu -m inplace -o -XRecursiveDo -o -XTypeApplications -o -XPatternSynonyms -o -XBangPatterns"
git diff --exit-code
# - name: Run fourmolu
# run: |
# nix-shell nix/ci.nix -j auto --run "git ls-files '*.hs' | xargs fourmolu -m inplace -o -XRecursiveDo -o -XTypeApplications -o -XPatternSynonyms -o -XBangPatterns"
# git diff --exit-code

check_versions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0035942

Please sign in to comment.