diff options
author | David Robertson <davidr@element.io> | 2022-03-04 12:01:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 12:01:51 +0000 |
commit | 36071d39f784ddc2271c91a72a55d9ee4f8689bb (patch) | |
tree | 82fe291e842f32993711f8f023605c03232b4d6f /.github | |
parent | Move synctl into `synapse._scripts` and expose as an entrypoint (#12140) (diff) | |
download | synapse-36071d39f784ddc2271c91a72a55d9ee4f8689bb.tar.xz |
Changelog (#12153)
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 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 |