From f710d5480bc965a4697d42d293f1f46ee9905603 Mon Sep 17 00:00:00 2001 From: kegsay Date: Thu, 12 Oct 2023 11:33:14 +0100 Subject: Update complement.sh to match new public API shape (#16466) * Update complement.sh to match new public API shape Sister PR to https://github.com/matrix-org/complement/pull/666 Context: https://github.com/matrix-org/complement/issues/654#issuecomment-1746613495 * Changelog * Pedantry * Run complement plz --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7dbd83908e..fcbd40b746 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,6 +56,7 @@ jobs: - 'pyproject.toml' - 'poetry.lock' - 'docker/**' + - 'scripts-dev/complement.sh' linting: - 'synapse/**' -- cgit 1.4.1