Skip to content

yesod-static-1.6.1.0 testcase (yesodweb/yesod#1897) #101

yesod-static-1.6.1.0 testcase (yesodweb/yesod#1897)

yesod-static-1.6.1.0 testcase (yesodweb/yesod#1897) #101

Workflow file for this run

name: check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
name: check-lts
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: build-constraints/etc/check-lts.sh