mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 10:35:46 +03:00
Fix GitHub Actions lint for newsfragments (#10069)
* Fix GitHub Actions lint for newsfragments Signed-off-by: Dan Callahan <danc@element.io>
This commit is contained in:
parent
f95e7a03fa
commit
49df2c28e3
2 changed files with 7 additions and 0 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
@ -34,7 +34,13 @@ jobs:
|
|||
if: ${{ github.base_ref == 'develop' || contains(github.base_ref, 'release-') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# Note: This and the script can be simplified once we drop Buildkite. See:
|
||||
# https://github.com/actions/checkout/issues/266#issuecomment-638346893
|
||||
# https://github.com/actions/checkout/issues/416
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-python@v2
|
||||
- run: pip install tox
|
||||
- name: Patch Buildkite-specific test script
|
||||
|
|
1
changelog.d/10069.misc
Normal file
1
changelog.d/10069.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix GitHub Actions lint for newsfragments.
|
Loading…
Reference in a new issue