Skip to content

Removed upper bound on faktory (closes #7650). #4477

Removed upper bound on faktory (closes #7650).

Removed upper bound on faktory (closes #7650). #4477

Workflow file for this run

name: check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
name: Stackage check
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.stack
~/.stackage/curator/cache
key: ${{ runner.os }}-stackage-nightly-${{ hashFiles('**/build-constraints.yaml') }}
restore-keys: |
${{ runner.os }}-
- run: etc/check.sh