Skip to content

Fixes test issues arising from integration of plutus 1.36 and latest ledger for 10.0 release #3802

Fixes test issues arising from integration of plutus 1.36 and latest ledger for 10.0 release

Fixes test issues arising from integration of plutus 1.36 and latest ledger for 10.0 release #3802

name: Check cabal files
on:
merge_group:
pull_request:
jobs:
check-cabal-files:
runs-on: ubuntu-latest
steps:
- name: Workaround runner image issue
if: runner.os == 'Linux'
# https://github.com/actions/runner-images/issues/7061
run: sudo chown -R "$USER" /usr/local/.ghcup
- name: Install Haskell
uses: input-output-hk/setup-haskell@v1
id: setup-haskell
with:
cabal-version: "3.10.1.0"
- uses: actions/checkout@v3
- name: Cabal check
run: ./scripts/ci/check-cabal-files.sh