From 0d8b1b0eccd3d052e615fea9777666e6e14fe47e Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 31 Jan 2022 12:57:03 -0500 Subject: [PATCH] Don't run weeder Weeding a library (with weak test coverage) isn't practical. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c7b547..285b745 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,17 +24,11 @@ jobs: - uses: freckle/stack-cache-action@v2 with: stack-yaml: ${{ matrix.stack-yaml }} - - uses: freckle/stack-action@v3 with: stack-yaml: ${{ matrix.stack-yaml }} stack-arguments: --flag yesod-auth-oauth2:example - - if: ${{ matrix.stack-yaml == 'stack.yaml' }} - uses: freckle/weeder-action@v1 - with: - weeder-version: 2.2.0 - lint: runs-on: ubuntu-latest steps: