Document why matrix_synapse_admin_well_known_client_configuration dup… #5039
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Matrix CI | |
on: # yamllint disable-line rule:truthy | |
push: | |
pull_request: | |
jobs: | |
yamllint: | |
name: yamllint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out | |
uses: actions/checkout@v4 | |
- name: Run yamllint | |
uses: frenck/[email protected] | |
ansible-lint: | |
name: ansible-lint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out | |
uses: actions/checkout@v4 | |
- name: Run ansible-lint | |
uses: ansible-community/[email protected] | |
with: | |
path: roles/custom |