mirror of
https://github.com/byteverse/colonnade.git
synced 2026-01-15 00:38:34 +01:00
Removed other subprojects. Reformatted. Use new .github workflows. Updated package metadata.
12 lines
195 B
YAML
12 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: colonnade.cabal
|