Skip to content

Commit 6feca4b

Browse files
committed
Indentation, move comment above the block.
1 parent 63419fc commit 6feca4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,12 @@ jobs:
218218
run: |
219219
python3 -m pip install towncrier
220220
- name: Run towncrier
221-
run: |
222221
# Fetch the pull request' base branch so towncrier will be able to
223222
# compare the current branch with the base branch.
224223
# Source: https://github.com/actions/checkout/#fetch-all-branches.
225-
git fetch --no-tags origin +refs/heads/${BASE_BRANCH}:refs/remotes/origin/${BASE_BRANCH}
226-
towncrier check --compare-with origin/${BASE_BRANCH}
224+
run: |
225+
git fetch --no-tags origin +refs/heads/${BASE_BRANCH}:refs/remotes/origin/${BASE_BRANCH}
226+
towncrier check --compare-with origin/${BASE_BRANCH}
227227
env:
228228
BASE_BRANCH: ${{ github.base_ref }}
229229
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)