Removes trailing spaces

This commit is contained in:
Juan Lulkin
2021-02-21 12:17:12 +01:00
parent 40087721cd
commit d2d5056f17
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
# smaller, which make Windows builds a lot faster for the rest of the project.
- name: yarn install
run: yarn install --frozen-lockfile
working-directory: microsite
working-directory: microsite
- name: prettier
run: yarn prettier:check