Don't run weeder

Weeding a library (with weak test coverage) isn't practical.
This commit is contained in:
patrick brisbin 2022-01-31 12:57:03 -05:00
parent a2602375ab
commit 0d8b1b0ecc
No known key found for this signature in database
GPG Key ID: C6A68C15A00FB52B

View File

@ -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: