summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-03-04 12:01:51 +0000
committerGitHub <noreply@github.com>2022-03-04 12:01:51 +0000
commit36071d39f784ddc2271c91a72a55d9ee4f8689bb (patch)
tree82fe291e842f32993711f8f023605c03232b4d6f /.github
parentMove synctl into `synapse._scripts` and expose as an entrypoint (#12140) (diff)
downloadsynapse-36071d39f784ddc2271c91a72a55d9ee4f8689bb.tar.xz
Changelog (#12153)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index c89c50cd07..3bce95b0e0 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -17,6 +17,7 @@ jobs:
       - uses: actions/setup-python@v2
       - run: pip install -e .
       - run: scripts-dev/generate_sample_config.sh --check
+      - run: scripts-dev/config-lint.sh
 
   lint:
     runs-on: ubuntu-latest