Add MediaProxy support to serve authenticated Matrix media #146
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: Newsfile | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
changelog: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: # Needed for comparison | |
fetch-depth: 0 | |
- uses: actions/setup-python@v1 | |
with: | |
python-version: '3.9' | |
- run: pip install towncrier==21.9.0 | |
- name: ":newspaper: Newsfile" | |
run: ./scripts/check-newsfragment |