Skip to content

Commit

Permalink
Disable check-formatting action altogether.
Browse files Browse the repository at this point in the history
  • Loading branch information
my-name-is-lad committed May 28, 2024
1 parent 37d8a49 commit 6dbecf1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/github-actions-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6dbecf1

Please sign in to comment.