Skip to content

Commit 94f85a6

Browse files
committed
FIX: fix prettier fucking up the ci yaml
1 parent a16b4d3 commit 94f85a6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
git config --global url."https://".insteadOf ssh://
3030
yarn
3131
yarn build
32-
---
32+
...
3333
# End of ci.yml

.prettierignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Ignore artifacts:
2+
build
3+
out
4+
.github

0 commit comments

Comments
 (0)