Skip to content

Commit 52a4b5f

Browse files
committed
Let's see what's in ./styles
1 parent f2d0b14 commit 52a4b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Run tests with make test
2626
run: |
2727
git clone https://github.com/errata-ai/Microsoft.git
28-
ls -alr
2928
mkdir ./styles/Microsoft
29+
ls -alR ./styles
3030
cp –R ./Microsoft ./styles/Microsoft
3131
make deps
3232
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)

0 commit comments

Comments
 (0)