From 20807f2aefe00b56444694d38750c74b26d36f23 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 8 Jan 2022 16:46:13 -0800 Subject: [PATCH] start top-level GH actions workflow (#2) --- .github/workflows/ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 00000000..3ba728a3 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,15 @@ +name: CI + +on: [push, pull_request] + +jobs: + call-xenomorph-workflow: + uses: mbutterick/typesetting/xenomorph/.github/workflows/ci.yml + call-quad-workflow: + uses: mbutterick/typesetting/quad/.github/workflows/ci.yml + call-pitfall-workflow: + uses: mbutterick/typesetting/pitfall/.github/workflows/ci.yml + call-hyphenate-workflow: + uses: mbutterick/typesetting/hyphenate/.github/workflows/ci.yml + call-fontland-workflow: + uses: mbutterick/typesetting/fontland/.github/workflows/ci.yml