mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-12 04:08:30 +01:00
Don't run weeder
Weeding a library (with weak test coverage) isn't practical.
This commit is contained in:
parent
a2602375ab
commit
0d8b1b0ecc
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user