Skip to content

Commit a949974

Browse files
authored
chore: address commit comments for commit c216291
PR-URL: #7068 Closes: #7058 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 7631a52 commit a949974

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/markdown_equations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: |
119119
make markdown-svg-equations-files FILES="${{ steps.changed.outputs.files }}"
120120
121-
# Stage *all* tracked and untracked changes first
121+
# Stage *all* tracked and untracked changes first...
122122
git add -A
123123
124124
if git diff --cached --quiet; then
@@ -139,7 +139,7 @@ jobs:
139139
make markdown-img-equations-files FILES="${{ steps.changed.outputs.files }}"
140140
make markdown-img-equations-src-urls-files FILES="${{ steps.changed.outputs.files }}"
141141
142-
# Stage *all* tracked and untracked changes first
142+
# Stage *all* tracked and untracked changes first...
143143
git add -A
144144
145145
if git diff --cached --quiet; then

.github/workflows/markdown_pkg_urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: |
125125
make markdown-pkg-urls MARKDOWN_FILTER='.*/lib/node_modules/@stdlib/.*'
126126
127-
# Stage *all* tracked and untracked changes first
127+
# Stage *all* tracked and untracked changes first...
128128
git add -A
129129
130130
if git diff --cached --quiet; then

.github/workflows/markdown_related_packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ jobs:
135135
make markdown-related-files FILES="${files}"
136136
make markdown-pkg-urls-files FILES="${files}"
137137
138-
# Stage *all* tracked and untracked changes first
138+
# Stage *all* tracked and untracked changes first...
139139
git add -A
140140
141-
# If the index is identical to HEAD, nothing real changed:
141+
# If the index is identical to HEAD, nothing really changed:
142142
if git diff --cached --quiet; then
143143
echo "changed=false" >> $GITHUB_OUTPUT
144144

0 commit comments

Comments
 (0)