Skip to content

kvitable now needs named-text and sayable #4098

kvitable now needs named-text and sayable

kvitable now needs named-text and sayable #4098

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