Skip to content

Commit 3daf0a6

Browse files
committed
Fix fat-fingered typo with en-dash versus hyphen
1 parent 649ee81 commit 3daf0a6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@ jobs:
2525
- name: Run tests with make test
2626
run: |
2727
git clone https://github.com/errata-ai/Microsoft.git
28-
mkdir ./styles/Microsoft
29-
find ./Microsoft/Microsoft/ -type f | while read fname; do
30-
dirname=`dirname "$fname"`
31-
filename=`basename "$fname"`
32-
cp "${dirname}/$filename" "./styles/Microsoft"
33-
done
28+
cp -r ./Microsoft/Microsoft ./styles
3429
make test
3530
VALEFILES=$(find -L ./docs/ -type d \( -path "./docs/plone.restapi/lib/*" -o -path "./docs/plone.restapi/performance/*" \) -prune -false -o -type f -name "*.md" -print)
3631
make vale $VALEFILES

0 commit comments

Comments
 (0)