From 6dbecf1bf03e7fa84dd37a1a283057ecf4ba9990 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 28 May 2024 18:15:23 +0000 Subject: [PATCH] Disable check-formatting action altogether. --- .github/workflows/github-actions-image.yaml | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/github-actions-image.yaml b/.github/workflows/github-actions-image.yaml index c65a26d..b60df9b 100644 --- a/.github/workflows/github-actions-image.yaml +++ b/.github/workflows/github-actions-image.yaml @@ -9,17 +9,17 @@ on: types: [prereleased] jobs: - check-formatting: - name: Check Haskell formatting - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Common setup - uses: ./.github/actions/common_setup - with: - authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - +# check-formatting: +# name: Check Haskell formatting +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# +# - name: Common setup +# uses: ./.github/actions/common_setup +# 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"