diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-08-23 11:12:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 11:12:45 +0100 |
commit | 4db65f911ab338ea2a9465f3ee8bee3832bd0346 (patch) | |
tree | 568804173ea3f21b37467d6145160ead6cf547eb /changelog.d | |
parent | Implement MSC3231: Token authenticated registration (#10142) (diff) | |
download | synapse-4db65f911ab338ea2a9465f3ee8bee3832bd0346.tar.xz |
Run a nightly CI build against Twisted trunk. (#10651)
This creates a GHA workflow which runs at 8am every day, and runs mypy, trial and sytest against Twisted's current trunk. If any of the jobs fail, it opens an issue.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10651.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10651.misc b/changelog.d/10651.misc new file mode 100644 index 0000000000..7104c121e0 --- /dev/null +++ b/changelog.d/10651.misc @@ -0,0 +1 @@ +Run a nightly CI build against Twisted trunk. |