diff options
author | kegsay <kegan@matrix.org> | 2023-10-12 11:33:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-12 11:33:14 +0100 |
commit | f710d5480bc965a4697d42d293f1f46ee9905603 (patch) | |
tree | 8d0f3a694156d1224365c1fb66d185ae7d02b58e /.github | |
parent | Convert user_get_threepids response to attrs. (#16468) (diff) | |
download | synapse-f710d5480bc965a4697d42d293f1f46ee9905603.tar.xz |
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
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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/**' |