Skip to content

Commit

Permalink
CI updates (#14)
Browse files Browse the repository at this point in the history
* specify stack-yaml by env var to fix deprecation warning

* remove weeder
  • Loading branch information
chris-martin authored Oct 10, 2024
1 parent 905e726 commit 3291ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@ jobs:
- uses: actions/checkout@v4
- id: stack
uses: freckle/stack-action@v5
with:
stack-yaml: ${{ matrix.stack-yaml }}
- if: ${{ matrix.stack-yaml == 'stack.yaml' }}
uses: freckle/weeder-action@v2
with:
ghc-version: ${{ steps.stack.outputs.compiler-version }}
env:
STACK_YAML: ${{ matrix.stack-yaml }}

lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions weeder.toml

This file was deleted.

0 comments on commit 3291ae5

Please sign in to comment.