File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
run : |
119
119
make markdown-svg-equations-files FILES="${{ steps.changed.outputs.files }}"
120
120
121
- # Stage *all* tracked and untracked changes first…
121
+ # Stage *all* tracked and untracked changes first...
122
122
git add -A
123
123
124
124
if git diff --cached --quiet; then
@@ -139,7 +139,7 @@ jobs:
139
139
make markdown-img-equations-files FILES="${{ steps.changed.outputs.files }}"
140
140
make markdown-img-equations-src-urls-files FILES="${{ steps.changed.outputs.files }}"
141
141
142
- # Stage *all* tracked and untracked changes first…
142
+ # Stage *all* tracked and untracked changes first...
143
143
git add -A
144
144
145
145
if git diff --cached --quiet; then
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
run : |
125
125
make markdown-pkg-urls MARKDOWN_FILTER='.*/lib/node_modules/@stdlib/.*'
126
126
127
- # Stage *all* tracked and untracked changes first…
127
+ # Stage *all* tracked and untracked changes first...
128
128
git add -A
129
129
130
130
if git diff --cached --quiet; then
Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ jobs:
135
135
make markdown-related-files FILES="${files}"
136
136
make markdown-pkg-urls-files FILES="${files}"
137
137
138
- # Stage *all* tracked and untracked changes first…
138
+ # Stage *all* tracked and untracked changes first...
139
139
git add -A
140
140
141
- # If the index is identical to HEAD, nothing real changed:
141
+ # If the index is identical to HEAD, nothing really changed:
142
142
if git diff --cached --quiet; then
143
143
echo "changed=false" >> $GITHUB_OUTPUT
144
144
You can’t perform that action at this time.
0 commit comments