Skip to content

Commit 492756b

Browse files
authored
Convert inline comment into dedicated line
1 parent 484b2f6 commit 492756b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ jobs:
145145
shell: bash
146146
run: |
147147
ver="$(echo "${{ matrix.cpython_version }}" | sed 's|\.||')"
148-
echo "TX_PROJECT=python-$ver" >> $GITHUB_ENV # shellcheck disable=SC2086
148+
# shellcheck disable=SC2086
149+
echo "TX_PROJECT=python-$ver" >> $GITHUB_ENV
149150
echo "${{ env.TX_PROJECT }}"
150151
151152
# required for generating .tx/config

0 commit comments

Comments
 (0)