bytebuild/.github/workflows/build.yaml
Brian McKeon bfedcbbabc
Prepare release 0.3.16.2.
Use new .github workflows.
Restore import statement for liftA2 to fix build for GHC 9.4.
2024-02-06 19:15:26 -05:00

11 lines
195 B
YAML

name: build
on:
pull_request:
branches:
- "*"
jobs:
call-workflow:
uses: byteverse/.github/.github/workflows/build-matrix.yaml@main
with:
cabal-file: bytebuild.cabal