From 9f0e7f6d75b43b57e6e1d06f7ed2df33ef4e446e Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 8 Jan 2022 17:07:11 -0800 Subject: [PATCH] try working-directory (#2) --- .github/workflows/ci.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca008cda..25147805 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,14 +2,6 @@ name: CI on: [push, pull_request] -jobs: - call-xenomorph-workflow: - uses: mbutterick/typesetting/xenomorph/.github/workflows/ci.yml@main - call-quad-workflow: - uses: mbutterick/typesetting/quad/.github/workflows/ci.yml@main - call-pitfall-workflow: - uses: mbutterick/typesetting/pitfall/.github/workflows/ci.yml@main - call-hyphenate-workflow: - uses: mbutterick/typesetting/hyphenate/.github/workflows/ci.yml@main - call-fontland-workflow: - uses: mbutterick/typesetting/fontland/.github/workflows/ci.yml@main +defaults: + run: + working-directory: ./xenomorph \ No newline at end of file