File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments